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

Method nested

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

Source from the content-addressed store, hash-verified

2388 self.assertEqual(sys.get_coroutine_origin_tracking_depth(), 2)
2389
2390 def nested():
2391 return (self.here(), corofn())
2392 fname, lineno = self.here()
2393 ((nested_fname, nested_lineno), coro) = nested()
2394 with contextlib.closing(coro):

Callers

nothing calls this directly

Calls 1

hereMethod · 0.95

Tested by

no test coverage detected