Package haizea :: Package core :: Module accounting :: Class AccountingData
[hide private]
[frames] | no frames]

Class AccountingData

source code


A container for all the accounting data. When Haizea saves accounting data, it does so by pickling an object of this class.

Instance Methods [hide private]
 
__init__(self)
Initializes all the counters and data to empty values
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initializes all the counters and data to empty values

Overrides: object.__init__