コード例 #1
0
ファイル: _currenttime.py プロジェクト: oizma/marketsimulator
 def bind_impl(self, ctx):
     CurrentTime_Impl.bind_impl(self, ctx)
コード例 #2
0
ファイル: _currenttime.py プロジェクト: oizma/marketsimulator
 def reset(self):
     CurrentTime_Impl.reset(self)
コード例 #3
0
ファイル: _currenttime.py プロジェクト: oizma/marketsimulator
 def __init__(self):
     from marketsim.gen._out._observable._observablefloat import Observablefloat
     Observablefloat.__init__(self)
     
     CurrentTime_Impl.__init__(self)