MCPcopy Index your code
hub / github.com/python/cpython / get_loop

Method get_loop

Lib/test/test_asyncio/test_runners.py:247–248  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

245 return self._task.exception(*args, **kwargs)
246
247 def get_loop(self, *args, **kwargs):
248 return self._task.get_loop(*args, **kwargs)
249
250 def set_name(self, *args, **kwargs):
251 return self._task.set_name(*args, **kwargs)

Calls

no outgoing calls

Tested by

no test coverage detected