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
d28e2f34
Commit
d28e2f34
authored
Oct 24, 2007
by
Tiago Peixoto
Browse files
Fix --insert-edge-index
parent
32ae550d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph-tool
View file @
d28e2f34
...
...
@@ -123,7 +123,7 @@ def parse_options(arguments = sys.argv[1:]):
[
"remove-edge-property"
,
"PROPERTY"
,
"remove the selected edge property"
,
{},
"graph.RemoveEdgeProperty($PROPERTY)"
],
[
"remove-graph-property"
,
"PROPERTY"
,
"remove the selected graph property"
,
{},
"graph.RemoveGraphProperty($PROPERTY)"
],
[
"insert-vertex-index-property"
,
"PROPERTY"
,
"insert vertex index as property"
,
{},
"graph.InsertVertexIndexProperty($PROPERTY)"
],
[
"insert-edge-index-property"
,
"PROPERTY"
,
"insert edge index as property"
,
{},
"graph.InsertEdgeIndexProperty($PROPERTY"
],
[
"insert-edge-index-property"
,
"PROPERTY"
,
"insert edge index as property"
,
{},
"graph.InsertEdgeIndexProperty($PROPERTY
)
"
],
[
"list-properties"
,
None
,
"list all properties"
,
{},
"graph.ListProperties()"
],
[
"purge-vertices"
,
None
,
"Remove all vertices of the graph which are currently being filtered out, and return to the unfiltered state"
,
{},
[
"graph.PurgeVertices()"
,
"graph.SetVertexFilterProperty('')"
]],
...
...
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