Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ HasMetaTraceDict
Class
HasMetaTraceDict
example_code/item_066.py:262–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
261
@trace
262
class
HasMetaTraceDict(dict, metaclass=OtherMeta):
263
pass
264
265
trace_dict = HasMetaTraceDict([(
"hi"
, 1)])
266
trace_dict[
"there"
] = 2
Callers
1
item_066.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected