Package Products :: Package ZenReports :: Module Utils :: Class Record
[hide private]
[frames] | no frames]

Class Record

source code

object --+
         |
        Record

Instance Methods [hide private]
 
__init__(self, **kw) source code
 
__str__(self) source code
 
__repr__(self) source code
 
__getitem__(self, name) source code
 
__getattr__(self, name) source code
 
percent(self, partial, total) source code
 
percentString(self, n, decimals=0) source code
 
humanBytes(self, value, scale=1, unitstr="B") source code
 
humanBits(self, value, scale=1, unitstr="b") source code
 
fmt(self, fmt, value) source code
Class Variables [hide private]
  __allow_access_to_unprotected_subobjects__ = 1
Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)