Trees | Index | Help |
|
---|
Module pyinotify :: Class EventsCodes |
|
object
--+
|
EventsCodes
Method Summary | |
---|---|
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
int | ALL_EVENTS : Alias for considering all of the events. |
int | IN_ACCESS : File was accessed. |
int | IN_ATTRIB : Metadata changed. |
int | IN_CLOSE_NOWRITE : Unwrittable file closed. |
int | IN_CLOSE_WRITE : Writtable file was closed. |
int | IN_CREATE : Subfile was created. |
int | IN_DELETE : Subfile was deleted. |
int | IN_DELETE_SELF : Self was deleted. |
int | IN_IGNORED : File was ignored. |
int | IN_ISDIR : Event occurred against dir. |
int | IN_MODIFY : File was modified. |
int | IN_MOVED_FROM : File was moved from X. |
int | IN_MOVED_TO : File was moved to Y. |
int | IN_ONESHOT : Only send event once. |
int | IN_OPEN : File was opened. |
int | IN_Q_OVERFLOW : Event queued overflowed. |
int | IN_UNMOUNT : Backing fs was unmounted. |
Class Variable Details |
---|
ALL_EVENTSAlias for considering all of the events.
|
IN_ACCESSFile was accessed.
|
IN_ATTRIBMetadata changed.
|
IN_CLOSE_NOWRITEUnwrittable file closed.
|
IN_CLOSE_WRITEWrittable file was closed.
|
IN_CREATESubfile was created.
|
IN_DELETESubfile was deleted.
|
IN_DELETE_SELFSelf was deleted.
|
IN_IGNOREDFile was ignored.
|
IN_ISDIREvent occurred against dir.
|
IN_MODIFYFile was modified.
|
IN_MOVED_FROMFile was moved from X.
|
IN_MOVED_TOFile was moved to Y.
|
IN_ONESHOTOnly send event once.
|
IN_OPENFile was opened.
|
IN_Q_OVERFLOWEvent queued overflowed.
|
IN_UNMOUNTBacking fs was unmounted.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Mar 29 03:46:06 2006 | http://epydoc.sf.net |