Module pypcsim :: Class Time
[hide private]
[frames] | no frames]

Class Time

 object --+    
          |    
??.instance --+
              |
             Time

Help on Time [class]:

Instance Methods [hide private]
 
__add__(...)
 
__eq__(...)
 
__ge__(...)
 
__gt__(...)
 
__iadd__(...)
 
__init__(...)
Help on Time::Time() [constructor]
 
__isub__(...)
 
__le__(...)
 
__lt__(...)
 
__ne__(...)
 
__sub__(...)
 
in_ms(...)
Help on double Time::in_ms() const [member function]
 
in_sec(...)
Help on double Time::in_sec() const [member function]
 
in_steps(...)
Help on step_t Time::in_steps(Time const & dt) const [member function]
 
in_tics(...)
Help on tic_t Time::in_tics() const [member function]
 
toString(...)
Help on std::string Time::toString() const [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
ms(...)
Help on static Time Time::ms(double s) [member function]
 
sec(...)
Help on static Time Time::sec(double s) [member function]
 
steps(...)
Help on static Time Time::steps(step_t s, Time const & dt) [member function]
 
ticks(...)
Help on static Time Time::ticks(tic_t t) [member function]
Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on Time::Time() [constructor]

Help on Time::Time(Time const & t) [copy constructor]

Overrides: object.__init__