A wrapper class for the globus_abstime_t type
Handles the memory and allows some access to the
underlying timeval struct
Methods
|
|
__del__
__init__
getNSecs
getSecs
|
|
__del__
|
__del__ ( self )
frees the memory associated with the abs_time_t handle
|
|
__init__
|
__init__ ( self, handle )
|
|
getNSecs
|
getNSecs ( self )
Returns a long of the underlying u_seconds of the underlying abs_time_t
handle
|
|
getSecs
|
getSecs ( self )
Returns a long of the underlying seconds of the underlying abs_time_t
handle
|
|