Skip to content
GitLab
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
b55261c6
Commit
b55261c6
authored
Oct 31, 2012
by
Tiago Peixoto
Browse files
Include __repr__ member for vector<string> classes
parent
40d467ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/__init__.py
View file @
b55261c6
...
...
@@ -1803,7 +1803,7 @@ for vt in vector_types:
vt
.
__repr__
=
lambda
self
:
self
.
a
.
__repr__
()
Vector_string
.
a
=
None
Vector_string
.
get_array
=
lambda
self
:
None
Vector_string
.
__repr__
=
lambda
self
:
repr
(
list
(
self
))
class
GraphView
(
Graph
):
"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment