Package coro :: Package clocks :: Module tsc_time :: Class Posix
[hide private]
[frames] | no frames]

Class Posix

object --+    
         |    
      Time --+
             |
            Posix

Time in POSIX seconds.
Instance Methods [hide private]
 
__add__(x, y)
x+y
 
__eq__(x, y)
x==y
 
__float__(x)
float(x)
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__hash__(x)
hash(x)
 
__int__(x)
int(x)
 
__le__(x, y)
x<=y
 
__long__(x)
long(x)
 
__lt__(x, y)
x<y
 
__ne__(x, y)
x!=y
a new object with type S, a subtype of T
__new__(T, S, ...)
 
__radd__(x, y)
y+x
 
__rsub__(x, y)
y-x
 
__sub__(x, y)
x-y

Inherited from Time: __repr__, as_posix_fsec, as_posix_sec, as_posix_usec, ctime, gmtime, localtime, mkstr_local, mkstr_utc

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from Time: tsc

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 
hash(x)
Overrides: object.__hash__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__