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
bb49bd98
Commit
bb49bd98
authored
Sep 27, 2017
by
Tiago Peixoto
Browse files
Fix docstring of load_graph_from_csv()
This fixes issue
#415
parent
918ba352
Pipeline
#367
passed with stage
in 169 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/__init__.py
View file @
bb49bd98
...
...
@@ -2955,7 +2955,7 @@ def load_graph_from_csv(file_name, directed=True, eprop_types=None,
eprop_names : list of ``str`` (optional, default: ``None``)
List of edge property names to be used for the remaining columns (if this
is ``None``, the properties will be called "c1, c2, ...").
string_vals : ``bool`` (optional, default: ``
Fals
e``)
string_vals : ``bool`` (optional, default: ``
Tru
e``)
If ``True``, the vertex values are assumed to be arbitrary strings,
otherwise they will be assumed to correspond to integers.
hashed : ``bool`` (optional, default: ``False``)
...
...
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