Exemplo n.º 1
0
 def bind_impl(self, ctx):
     CurrentTime_Impl.bind_impl(self, ctx)
Exemplo n.º 2
0
 def reset(self):
     CurrentTime_Impl.reset(self)
Exemplo n.º 3
0
 def __init__(self):
     from marketsim.gen._out._observable._observablefloat import Observablefloat
     Observablefloat.__init__(self)
     
     CurrentTime_Impl.__init__(self)