Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_context
Method
get_context
Lib/asyncio/tasks.py:134–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
return
self._coro
133
134
def
get_context(self):
135
return
self._context
136
137
def
get_name(self):
138
return
self._name
Callers
3
compile_dir
Function · 0.45
call_exception_handler
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected