MCPcopy 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
167except:
168 logging.exception('Expected')
169else:

Callers 1

item_066.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected