![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | cancel |
def | run |
![]() | |
def | __init__ |
def | __repr__ |
def | start |
def | run |
def | join |
def | name |
def | name |
def | ident |
def | isAlive |
def | daemon |
def | daemon |
def | isDaemon |
def | setDaemon |
def | getName |
def | setName |
![]() | |
def | __init__ |
def | __init__ |
Public Attributes | |
interval | |
function | |
args | |
kwargs | |
finished | |
![]() | |
daemon | |
name | |
Additional Inherited Members | |
![]() | |
is_alive = isAlive | |
Call a function after a specified number of seconds: t = Timer(30.0, f, args=[], kwargs={}) t.start() t.cancel() # stop the timer's action if it's still waiting
def google.appengine.dist27.threading._Timer.cancel | ( | self | ) |
Stop the timer if it hasn't finished yet