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

Method set_name

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

Source from the content-addressed store, hash-verified

248 return self._task.get_loop(*args, **kwargs)
249
250 def set_name(self, *args, **kwargs):
251 return self._task.set_name(*args, **kwargs)
252
253 async def main():
254 interrupt_self()

Callers 4

test_set_nameMethod · 0.45
test_set_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected