Exemplo n.º 1
0
 def __init__(self, source = None, graph = None, _digitsToShow = None, _smooth = None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     self.source = source if source is not None else deref_opt(_const_Float(0.0))
     self.graph = graph if graph is not None else deref_opt(_veusz_Graph_String())
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     ToRecord_Impl.__init__(self)
Exemplo n.º 2
0
 def __init__(self,
              source=None,
              graph=None,
              _digitsToShow=None,
              _smooth=None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     self.source = source if source is not None else deref_opt(
         _const_Float(0.0))
     self.graph = graph if graph is not None else deref_opt(
         _veusz_Graph_String())
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     ToRecord_Impl.__init__(self)
Exemplo n.º 3
0
 def reset(self):
     ToRecord_Impl.reset(self)
Exemplo n.º 4
0
 def bind_impl(self, ctx):
     ToRecord_Impl.bind_impl(self, ctx)
Exemplo n.º 5
0
 def reset(self):
     ToRecord_Impl.reset(self)
Exemplo n.º 6
0
 def bind_impl(self, ctx):
     ToRecord_Impl.bind_impl(self, ctx)