Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
LoggedDict(dict):
27
pass
28
29
d = LoggedDict()
30
d[
'x'
] = 23
Callers
1
example3.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected