Searched refs:watch_manager (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 40 - def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, 51 - Notifier.__init__(self, watch_manager, default_proc_fun, read_freq, 54 + def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, 67 + Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1082 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument 1113 self._watch_manager = watch_manager 1407 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument 1439 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq, 1492 def __init__(self, watch_manager, ioloop, callback=None, argument 1510 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq, 1535 def __init__(self, watch_manager, loop, callback=None, argument 1551 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
|