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

Class Stats

source code


Instance Methods [hide private]
 
my_init(self)
Override this method when subclassing if you want to achieve custom initialization of your subclass' instance.
source code
 
process_default(self, event)
Default default processing event method.
source code
 
_stats_copy(self) source code
 
__repr__(self)
repr(x)
source code
 
dump(self, filename) source code
 
__str__(self, scale=45)
str(x)
source code

Inherited from ProcessEvent: __call__, __init__, nested_pevent

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

Class Variables [hide private]

Inherited from ProcessEvent: pevent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

my_init(self)

source code 

Override this method when subclassing if you want to achieve custom initialization of your subclass' instance. You MUST pass keyword arguments. This method does nothing by default.

Parameters:
  • kargs - optional arguments delagated to template method my_init
Overrides: ProcessEvent.my_init
(inherited documentation)

process_default(self, event)

source code 

Default default processing event method. Print event on standart output.

Parameters:
  • event - Event to be processed.
Overrides: ProcessEvent.process_default
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self, scale=45)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)