|
__init__(self,
watch_manager,
ioloop,
callback=None,
default_proc_fun=None,
read_freq=0,
threshold=0,
timeout=None,
channel_map=None)
Note that if later you must call ioloop.close() be sure to let the
default parameter to all_fds=False. |
source code
|
|
Inherited from Notifier :
append_event ,
check_events ,
coalesce_events ,
loop ,
proc_fun ,
process_events ,
read_events
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|