Ejemplo n.º 1
0
def dispatcher_add( method ):
	global __min_timer
	__min_timer = dispatch.MIN_TIMER
	dispatch.dispatcher_add( method )
Ejemplo n.º 2
0
def dispatcher_add(method):
    dispatch.dispatcher_add(method)
Ejemplo n.º 3
0
def dispatcher_add(method):
    dispatch.dispatcher_add(method)
Ejemplo n.º 4
0
def dispatcher_add( method, min_timeout = True ):
	global __min_timer
	__min_timer = dispatch.dispatcher_add( method, min_timeout )
Ejemplo 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 )
Ejemplo n.º 6
0
def dispatcher_add(method, min_timeout=True):
    global __min_timer
    __min_timer = dispatch.dispatcher_add(method, min_timeout)
Ejemplo 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)