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

Method start

Lib/test/test_asyncio/test_pep492.py:148–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 def test_debug_mode_manages_coroutine_origin_tracking(self):
148 async def start():
149 self.assertTrue(sys.get_coroutine_origin_tracking_depth() > 0)
150
151 self.assertEqual(sys.get_coroutine_origin_tracking_depth(), 0)
152 self.loop.set_debug(True)

Callers 15

test_module_load_raceMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_clientMethod · 0.45
__enter__Method · 0.45
__enter__Method · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
mainMethod · 0.45
test_fork_asyncio_runMethod · 0.45

Calls 1

assertTrueMethod · 0.80

Tested by

no test coverage detected