Module inotify :: Class MaxUserInstances
[show private | hide private]
[frames | no frames]

Type MaxUserInstances

object --+        
         |        
 FileTools --+    
             |    
   ProcINotify --+
                 |
    object --+   |
             |   |
     Singleton --+
                 |
                MaxUserInstances


Singleton class, represents max_user_instances.
Method Summary
  __init__(self, inotify_path)
    Inherited from Singleton
  __new__(cls, *p, **k)
(Static method)
    Inherited from ProcINotify
  __repr__(self)
str or RuntimeError get_inotify_proc_path()
static method, old style (for python 2.4.3 compatibility) (Static method)
int get_val(self)
Return stored value.
  set_val(self, nval)
    Inherited from FileTools
str read(self)
Read content from self._fpath and return it.
  write(self, data)
Write data to self._fpath.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
    Inherited from ProcINotify
  value

Class Variable Summary
MaxUserInstances _the_instance = 128
    Inherited from ProcINotify
str INOTIFY_PROC_PATH: inotify directory's path.

Class Variable Details

_the_instance

Type:
MaxUserInstances
Value:
128                                                                    

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