class _Watch: (source)
Method | __init__ |
Undocumented |
Instance Variable | autoAdd |
Flag that determines whether this watch point should automatically add created subdirectories |
Instance Variable | callbacks |
list of callback functions that will be called when an event occurs on this watch. |
Instance Variable | mask |
The events monitored by this watchpoint |
Instance Variable | path |
The path over which this watch point is monitoring |
Method | _notify |
Callback function used by INotify to dispatch an event. |