Part of twisted.internet.inotify View Source View In Hierarchy
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 | list of callback functions that will be called when an event
occurs on this watch. |
Method | __init__ | Undocumented |
Method | _notify | Callback function used by INotify to
dispatch an event. |