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
Stack Of Tasks
dynamic-graph-python
Commits
7194cb6e
Commit
7194cb6e
authored
Jul 09, 2013
by
olivier stasse
Browse files
Add signal name in the python class.
This is crucial when debugging remotely using winpdb.
parent
b8c21f7e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dynamic_graph/signal_base.py
View file @
7194cb6e
...
...
@@ -164,6 +164,8 @@ class SignalBase (object) :
else
:
raise
RuntimeError
(
"A pointer is required to create SignalBase object."
)
self
.
name
=
self
.
getName
()
@
property
def
time
(
self
)
:
"""
...
...
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