Searched defs:proc_fun (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1147 def proc_fun(self): member in Notifier 1574 def __init__(self, wd, path, mask, proc_fun, auto_add, exclude_filter): argument 1789 def __add_watch(self, path, mask, proc_fun, auto_add, exclude_filter): argument 1813 def add_watch(self, path, mask, proc_fun=None, rec=False, argument 1930 def update_watch(self, wd, mask=None, proc_fun=None, rec=False, argument
|