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
Stack Of Tasks
dynamic-graph-python
Commits
facd159a
Commit
facd159a
authored
Feb 15, 2018
by
Joseph Mirabel
Committed by
Guilhem Saurel
Jul 30, 2018
Browse files
Add Python class SignalWrapper
parent
1ff01145
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/signal_base.py
View file @
facd159a
...
...
@@ -270,4 +270,7 @@ class SignalBase (object) :
"""
return
(
wrap
.
signal_base_display_dependencies
(
self
.
obj
,
iter
))
class
SignalWrapper
(
SignalBase
):
def
__init__
(
self
,
name
,
type
,
func
):
super
(
SignalWrapper
,
self
).
__init__
(
name
,
wrap
.
create_signal_wrapper
(
name
,
type
,
func
))
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