log

class mill.log.Log(*args, **kw)[source]

Bases: _abcoll.MutableMapping

Hold individual log data.

__init__(*args, **kw)[source]

Initialise log.

clone()[source]

Return a clone of this log.

This is a mixture of shallow and deep copies where the log instance and its attributes are shallow copied, but the actual mapping (items) are deepcopied.

Project Versions

Previous topic

mill

Next topic

configurator

This Page