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

Class _ErrorLog



   object --+        
            |        
_BaseErrorLog --+    
                |    
    _ListErrorLog --+
                    |
                   _ErrorLog
Known Subclasses:
_DomainErrorLog, _RotatingErrorLog

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__iter__(...)
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
clear(...)
 
copy(...)
Creates a shallow copy of this error log and the list of entries.
 
receive(...)

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__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from _BaseErrorLog: last_error

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: _ListErrorLog.__init__

__iter__(...)

 
Overrides: _ListErrorLog.__iter__

__new__(T, S, ...)

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

Overrides: _ListErrorLog.__new__

copy(...)

 
Creates a shallow copy of this error log and the list of entries.
Overrides: _ListErrorLog.copy