MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / LoggedDict

Class LoggedDict

src/8/extending_classes_with_mixins/example3.py:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25@LoggedMapping
26class LoggedDict(dict):
27 pass
28
29d = LoggedDict()
30d['x'] = 23

Callers 1

example3.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected