Module pyinotify :: Class EventsCodes
[show private | hide private]
[frames | no frames]

Type EventsCodes

object --+
         |
        EventsCodes


Events codes corresponding to events which can be watched.
Method Summary
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
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_EVENTS

Alias for considering all of the events.
Type:
int
Value:
2047                                                                  

IN_ACCESS

File was accessed.
Type:
int
Value:
1                                                                     

IN_ATTRIB

Metadata changed.
Type:
int
Value:
4                                                                     

IN_CLOSE_NOWRITE

Unwrittable file closed.
Type:
int
Value:
16                                                                    

IN_CLOSE_WRITE

Writtable file was closed.
Type:
int
Value:
8                                                                     

IN_CREATE

Subfile was created.
Type:
int
Value:
256                                                                   

IN_DELETE

Subfile was deleted.
Type:
int
Value:
512                                                                   

IN_DELETE_SELF

Self was deleted.
Type:
int
Value:
1024                                                                  

IN_IGNORED

File was ignored.
Type:
int
Value:
32768                                                                 

IN_ISDIR

Event occurred against dir.
Type:
int
Value:
1073741824                                                            

IN_MODIFY

File was modified.
Type:
int
Value:
2                                                                     

IN_MOVED_FROM

File was moved from X.
Type:
int
Value:
64                                                                    

IN_MOVED_TO

File was moved to Y.
Type:
int
Value:
128                                                                   

IN_ONESHOT

Only send event once.
Type:
int
Value:
2147483648L                                                            

IN_OPEN

File was opened.
Type:
int
Value:
32                                                                    

IN_Q_OVERFLOW

Event queued overflowed.
Type:
int
Value:
16384                                                                 

IN_UNMOUNT

Backing fs was unmounted.
Type:
int
Value:
8192                                                                  

Generated by Epydoc 2.1 on Wed Mar 29 03:46:06 2006 http://epydoc.sf.net