Package pyGlobus :: Module util :: Class Abstime
[show private | hide private]
[frames | no frames]

Class Abstime


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

Method Details

__del__(self)
(Destructor)

frees the memory associated with the abs_time_t handle

getNSecs(self)

Returns a long of the underlying u_seconds of the underlying abs_time_t handle

getSecs(self)

Returns a long of the underlying seconds of the underlying abs_time_t handle

Generated by Epydoc 2.1 on Tue Apr 4 14:32:53 2006 http://epydoc.sf.net