Lines Matching refs:proc_fun
685 proc_fun=watch_.proc_fun,
753 proc_fun=watch_.proc_fun,
1147 def proc_fun(self): member in Notifier
1265 if watch_ and watch_.proc_fun:
1266 watch_.proc_fun(revent) # user processings
1574 def __init__(self, wd, path, mask, proc_fun, auto_add, exclude_filter): argument
1596 self.proc_fun = proc_fun
1789 def __add_watch(self, path, mask, proc_fun, auto_add, exclude_filter): argument
1800 watch = Watch(wd=wd, path=path, mask=mask, proc_fun=proc_fun,
1813 def add_watch(self, path, mask, proc_fun=None, rec=False, argument
1878 proc_fun,
1930 def update_watch(self, wd, mask=None, proc_fun=None, rec=False, argument
1989 if proc_fun or auto_add:
1992 if proc_fun:
1993 watch_.proc_fun = proc_fun
2141 proc_fun=proc_class(ChainIfTrue(func=cmp_name)),
2305 sys.stdout.write(repr(s.proc_fun()))
2307 sys.stdout.write(str(s.proc_fun()))