Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ contextvars.py
File
contextvars.py
Lib/contextvars.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
_collections_abc
2
from
_contextvars
import
Context, ContextVar, Token, copy_context
3
4
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected