|
__init__(self,
wm,
notifier)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
cleanup(self)
Cleanup (delete) old (>1mn) records contained in self._mv_cookie
and self._mv. |
source code
|
|
|
process_IN_CREATE(self,
raw_event)
If the event affects a directory and the auto_add flag of the
targetted watch is set to True, a new watch is added on this new
directory, with the same attribute values than those of this watch. |
source code
|
|
|
process_IN_MOVED_FROM(self,
raw_event)
Map the cookie with the source path (+ date for cleaning). |
source code
|
|
|
process_IN_MOVED_TO(self,
raw_event)
Map the source path with the destination path (+ date for cleaning). |
source code
|
|
|
|
|
process_IN_Q_OVERFLOW(self,
raw_event)
Only signal an overflow, most of the common flags are irrelevant for
this event (path, wd, name). |
source code
|
|
|
process_IN_IGNORED(self,
raw_event)
The watch descriptor raised by this event is now ignored (forever),
it can be safely deleted from the watch manager dictionary. |
source code
|
|
|
|
Inherited from _ProcessEvent :
__call__ ,
__repr__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|