Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
43
Issues
43
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
510c25b4
Commit
510c25b4
authored
Sep 14, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement PropertyMap.copy() method
parent
201bd5fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/graph_tool/__init__.py
src/graph_tool/__init__.py
+4
-0
No files found.
src/graph_tool/__init__.py
View file @
510c25b4
...
...
@@ -425,6 +425,10 @@ class PropertyMap(object):
return
(
"<PropertyMap object with key type '%s' and value type '%s',"
+
" for %s, at 0x%x>"
)
%
(
k
,
self
.
value_type
(),
g
,
id
(
self
))
def
copy
(
self
):
"""Return a copy of the property map."""
return
self
.
get_graph
().
copy_property
(
self
)
def
get_graph
(
self
):
"""Get the graph class to which the map refers."""
g
=
self
.
__g
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment