| |
Methods defined here:
- __init__(self, logfn)
- __iter__(self)
- _decode_location(self, fileno, lineno)
- _loadfile(self, fileno)
- addinfo(self, key, value)
- This method is called for each additional ADD_INFO record.
This can be overridden by applications that want to receive
these events. The default implementation does not need to be
called by alternate implementations.
The initial set of ADD_INFO records do not pass through this
mechanism; this is only needed to receive notification when
new values are added. Subclasses can inspect self._info after
calling LogReader.__init__().
- next(self, index=0)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'hotshot.log'
|