Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ DecoratedTraceDict
Class
DecoratedTraceDict
example_code/item_066.py:243–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
print(
"Example 10"
)
242
@trace
243
class
DecoratedTraceDict(dict):
244
pass
245
246
trace_dict = DecoratedTraceDict([(
"hi"
, 1)])
247
trace_dict[
"there"
] = 2
Callers
1
item_066.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected