Package lxml :: Module etree :: Class _RotatingErrorLog
[hide private]
[frames] | no frames]

Class _RotatingErrorLog

   object --+            
            |            
_BaseErrorLog --+        
                |        
    _ListErrorLog --+    
                    |    
            _ErrorLog --+
                        |
                       _RotatingErrorLog

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
a new object with type S, a subtype of T
__new__(T, S, ...)
 
receive(...)

Inherited from _ErrorLog: __exit__, __iter__, clear, copy

Inherited from _ListErrorLog: __contains__, __getitem__, __len__, __nonzero__, __repr__, filter_domains, filter_from_errors, filter_from_fatals, filter_from_level, filter_from_warnings, filter_levels, filter_types

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

Properties [hide private]

Inherited from _BaseErrorLog: last_error

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

receive(...)

 
Overrides: _BaseErrorLog.receive