MCPcopy Create free account
hub / github.com/hynek/structlog / run

Method run

tests/test_threadlocal.py:272–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 d["switch"] = 42
271
272 def run():
273 assert "x" not in d._dict
274
275 d["switch"] = 23
276
277 greenlet.greenlet(run).switch()
278

Callers 7

aexceptionFunction · 0.45
amethFunction · 0.45
alogFunction · 0.45
_dispatch_to_syncMethod · 0.45
_dispatch_to_syncMethod · 0.45
test_exception_groupsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected