Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
aexception
Function · 0.45
ameth
Function · 0.45
alog
Function · 0.45
_dispatch_to_sync
Method · 0.45
_dispatch_to_sync
Method · 0.45
test_exception_groups
Function · 0.45
test_json_exception_groups
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected