Home
last modified time | relevance | path

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

/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/examples/
H A Dstats_threaded.py20 notifier1 = pyinotify.ThreadedNotifier(wm1, default_proc_fun=Identity(s1))
27 notifier2 = pyinotify.ThreadedNotifier(wm2, default_proc_fun=Identity(s2))
H A Dstats.py21 notifier = pyinotify.Notifier(wm, default_proc_fun=Identity(s), read_freq=5)
H A Dchain.py36 notifier = pyinotify.Notifier(wm, default_proc_fun=handler)
H A Dautocompile.py38 notifier = pyinotify.Notifier(wm, default_proc_fun=handler)
/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/
H A Dpyinotify.py1103 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1147 self._default_proc_fun = default_proc_fun
1148 if default_proc_fun is None:
1428 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1460 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1514 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1522 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1560 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1601 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
2343 notifier = Notifier(wm, default_proc_fun=Stats(), read_freq=5)
[all …]
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/
H A Dpyinotify.py1089 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1133 self._default_proc_fun = default_proc_fun
1134 if default_proc_fun is None:
1414 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1446 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1500 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1508 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1546 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1587 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
2319 notifier = Notifier(wm, default_proc_fun=Stats(), read_freq=5)
[all …]
/dports/devel/py-oslo.log/oslo.log-4.4.0/oslo_log/
H A Dwatchers.py84 default_proc_fun=handler,
/dports/www/py-livereload/livereload-2.6.1/livereload/
H A Dwatcher.py224 default_proc_fun=self.inotify_event