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

Method b

Lib/test/test_coroutines.py:940–943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938 await a()
939
940 async def b():
941 self.assertIsNone(coro_b.cr_await)
942 await c()
943 self.assertIsNone(coro_b.cr_await)
944
945 coro_b = b()
946 self.assertEqual(inspect.getcoroutinestate(coro_b), inspect.CORO_CREATED)

Callers 1

fooMethod · 0.45

Calls 2

assertIsNoneMethod · 0.80
cClass · 0.70

Tested by

no test coverage detected