Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
6b2f501a
Commit
6b2f501a
authored
Dec 06, 2012
by
Tiago Peixoto
Browse files
Fix Graph.ep shortcut
parent
7bf34e3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/__init__.py
View file @
6b2f501a
...
...
@@ -1259,7 +1259,7 @@ class Graph(object):
lambda
g
,
k
:
g
.
__del_property
(
"e"
,
k
))
edge_properties
=
property
(
__get_edge_properties
,
doc
=
"Dictionary of internal edge properties. The keys are the property names."
)
ep
=
property
(
__get_
vertex
_properties
,
ep
=
property
(
__get_
edge
_properties
,
doc
=
"Alias to :attr:`~Graph.edge_properties`."
)
# graph properties
...
...
Write
Preview
Supports
Markdown
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