Expand description
inotify support for working with inotifies
Structs
IN_*
for use with inotify_init
.IN*
for use with inotify_add_watch
.Functions
inotify_add_watch(self, path, flags)
—Adds a watch to inotify.inotify_init1(flags)
—Creates a new inotify object.inotify_rm_watch(self, wd)
—Removes a watch from this inotify