Esempio n. 1
0
def dispatcher_add( method ):
	global __min_timer
	__min_timer = dispatch.MIN_TIMER
	dispatch.dispatcher_add( method )
Esempio n. 2
0
def dispatcher_add(method):
    dispatch.dispatcher_add(method)
Esempio n. 3
0
def dispatcher_add(method):
    dispatch.dispatcher_add(method)
Esempio n. 4
0
def dispatcher_add( method, min_timeout = True ):
	global __min_timer
	__min_timer = dispatch.dispatcher_add( method, min_timeout )
Esempio n. 5
0
def dispatcher_add( method, min_timeout = True ):
	"""Adds a dispatcher function. These methods are invoked by the
	mainloop as the last action of a step."""
	global __min_timer
	__min_timer = dispatch.dispatcher_add( method, min_timeout )
Esempio n. 6
0
def dispatcher_add(method, min_timeout=True):
    global __min_timer
    __min_timer = dispatch.dispatcher_add(method, min_timeout)
Esempio n. 7
0
def dispatcher_add(method, min_timeout=True):
    """Adds a dispatcher function. These methods are invoked by the
	mainloop as the last action of a step."""
    global __min_timer
    __min_timer = dispatch.dispatcher_add(method, min_timeout)