Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ ChildTraceDict
Class
ChildTraceDict
example_code/item_066.py:165–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
pass
164
165
class
ChildTraceDict(SimpleDict, metaclass=TraceMeta):
166
pass
167
except
:
168
logging.exception(
'Expected'
)
169
else
:
Callers
1
item_066.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected