sawmill.log

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

Bases: _abcoll.MutableMapping, dict

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.