Part of twisted.python View Source
ctypes and a version of libc which supports inotify system calls are required.
Class | INotifyError | Unify all the possible exceptions that can be raised by the INotify API. |
Function | init | Create an inotify instance and return the associated file descriptor. |
Function | add | Add a watch for the given path to the inotify file descriptor, and return |
Function | remove | Remove the given watch descriptor from the inotify file descriptor. |
Function | initializeModule | Intialize the module, checking if the expected APIs exist and setting the |
inotify_add_watch
.