Skip to content
Snippets Groups Projects
Commit facd159a authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Guilhem Saurel
Browse files

Add Python class SignalWrapper

parent 1ff01145
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment