Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Foss2023 1 Final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ju Hee Son
Foss2023 1 Final
Commits
963cb7cc
Commit
963cb7cc
authored
1 year ago
by
Ju Hee Son
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
db5fba1f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
3. 독립형 모듈/3.10 ID property access (idprop.types)
+53
-0
53 additions, 0 deletions
3. 독립형 모듈/3.10 ID property access (idprop.types)
with
53 additions
and
0 deletions
3. 독립형 모듈/3.10 ID property access (idprop.types)
0 → 100644
+
53
−
0
View file @
963cb7cc
ID Property Access (idprop.types)
classidprop.types.IDPropertyArray
to_list()
Return the array as a list.
typecode
The type of the data in the array {‘f’: float, ‘d’: double, ‘i’: int, ‘b’: bool}.
classidprop.types.IDPropertyGroup
clear()
Clear all members from this group.
get(key, default=None)
Return the value for key, if it exists, else default.
items()
Iterate through the items in the dict; behaves like dictionary method items.
keys()
Return the keys associated with this group as a list of strings.
pop(key, default)
Remove an item from the group, returning a Python representation.
Raises
KeyError – When the item doesn’t exist.
Parameters
key (string) – Name of item to remove.
default (Undefined) – Value to return when key isn’t found, otherwise raise an exception.
to_dict()
Return a purely python version of the group.
update(other)
Update key, values.
Parameters
other (IDPropertyGroup or dict) – Updates the values in the group with this.
values()
Return the values associated with this group.
name
The name of this Group.
classidprop.types.IDPropertyGroupIterItems
classidprop.types.IDPropertyGroupIterKeys
classidprop.types.IDPropertyGroupIterValues
classidprop.types.IDPropertyGroupViewItems
classidprop.types.IDPropertyGroupViewKeys
classidprop.types.IDPropertyGroupViewValues
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment