Module pyinotify :: Class INotifyWrapper
[hide private]
[frames] | no frames]

Class INotifyWrapper

source code


Abstract class wrapping access to inotify's functions. This is an internal class.

Instance Methods [hide private]
 
get_errno(self)
Return None is no errno code is available.
source code
 
str_errno(self) source code
 
inotify_init(self) source code
 
inotify_add_watch(self, fd, pathname, mask) source code
 
inotify_rm_watch(self, fd, wd) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
create() source code
Properties [hide private]

Inherited from object: __class__