list of weak references to the object (if defined)
FUNCTIONS
ctime(...)
ctime(seconds) -> string
Convert a time in seconds since the Epoch to a string in local time.
This is equivalent to asctime(localtime(seconds)). When the time tuple is
not present, current time as returned by localtime() is used.
in_stdinRcvrs(myRank, stdinDest)
loads(...)
loads(string) -- Load a pickle from the given string
parse_pmi_msg(msg)
set_limits(limits)
sigchld_handler(signum, frame)
sleep(...)
sleep(seconds)
Delay execution for a given number of seconds.
The argument may be
a floating point number for subsecond precision.