MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 7

compile_dirFunction · 0.45
__init__Method · 0.45
test_basic_managerFunction · 0.45

Calls

no outgoing calls