Exemplo n.º 1
0
 def reset(self):
     Combine_Impl.reset(self)
Exemplo n.º 2
0
 def __init__(self, A = None, B = None):
     from marketsim.gen._out.strategy._empty import Empty_ as _strategy_Empty_
     from marketsim import deref_opt
     self.A = A if A is not None else deref_opt(_strategy_Empty_())
     self.B = B if B is not None else deref_opt(_strategy_Empty_())
     Combine_Impl.__init__(self)
Exemplo n.º 3
0
 def bind_impl(self, ctx):
     Combine_Impl.bind_impl(self, ctx)