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

Method run

Lib/test/test_asyncio/test_runners.py:339–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337
338 @staticmethod
339 async def run():
340 return 'done'
341
342 with asyncio.Runner() as runner:
343 self.assertEqual('done', runner.run(MyAwaitable()))

Calls

no outgoing calls

Tested by

no test coverage detected