March 2003
Intermediate to advanced
656 pages
39h 30m
English
callLater
r.callLater(delay,callable,*args,**kwds)Schedules a call to
callable
(*
args
,**
kwds
)
to happen delay seconds from now.
delay is a float, so it can also express
fractions of a second. Returns an ID that you may pass to method
cancelCallLater.
Read now
Unlock full access