MCPcopy Index your code
hub / github.com/RustPython/RustPython / b

Method b

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

Source from the content-addressed store, hash-verified

945 await a()
946
947 async def b():
948 self.assertIsNone(coro_b.cr_await)
949 await c()
950 self.assertIsNone(coro_b.cr_await)
951
952 coro_b = b()
953 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