MCPcopy 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_dirFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected