twisted.internet.inotify._Watch(object) class documentationtwisted.internet.inotify
(View In Hierarchy)
Watch object that represents a Watch point in the filesystem. The user should let INotify to create these objects
| Instance Variable | path | The path over which this watch point is monitoring | 
| Instance Variable | mask | The events monitored by this watchpoint | 
| Instance Variable | autoAdd | Flag that determines whether this watch point should automatically add created subdirectories | 
| Instance Variable | callbacks | listof callback functions that will be called when an event occurs on this 
watch. | 
| Method | __init__ | Undocumented | 
| Method | _notify | Callback function used by INotifyto 
dispatch an event. |