Example #1
0
 def bind_impl(self, ctx):
     Constant_Impl.bind_impl(self, ctx)
Example #2
0
 def reset(self):
     Constant_Impl.reset(self)
Example #3
0
 def __init__(self, x = None):
     from marketsim.gen._out._iobservable._iobservableint import IObservableint
     IObservableint.__init__(self)
     self.x = x if x is not None else 1
     Constant_Impl.__init__(self)