Home
last modified time | relevance | path

Searched refs:default_proc_fun (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch40 - 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 Dpyinotify.py1082 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1126 self._default_proc_fun = default_proc_fun
1127 if default_proc_fun is None:
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,
1493 default_proc_fun=None, read_freq=0, threshold=0, timeout=None, argument
1510 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1536 default_proc_fun=None, read_freq=0, threshold=0, timeout=None): argument
1551 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
2283 notifier = Notifier(wm, default_proc_fun=Stats(), read_freq=5)
[all …]