Ejemplo n.º 1
0
 def __init__(self, x = None, y = None):
     from marketsim.gen._out._observable._observablefloat import Observablefloat
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     Observablefloat.__init__(self)
     self.x = x if x is not None else deref_opt(_const_Float(1.0))
     self.y = y if y is not None else deref_opt(_const_Float(1.0))
     Div_Impl.__init__(self)
Ejemplo n.º 2
0
 def __init__(self, x=None, y=None):
     from marketsim.gen._out._observable._observablefloat import Observablefloat
     from marketsim.gen._out._constant import constant_Float as _constant_Float
     from marketsim import deref_opt
     Observablefloat.__init__(self)
     self.x = x if x is not None else deref_opt(_constant_Float(1.0))
     self.y = y if y is not None else deref_opt(_constant_Float(1.0))
     Div_Impl.__init__(self)
Ejemplo n.º 3
0
 def reset(self):
     Div_Impl.reset(self)
Ejemplo n.º 4
0
 def bind_impl(self, ctx):
     Div_Impl.bind_impl(self, ctx)
Ejemplo n.º 5
0
 def reset(self):
     Div_Impl.reset(self)
Ejemplo n.º 6
0
 def bind_impl(self, ctx):
     Div_Impl.bind_impl(self, ctx)