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

Method test_nested_call

Lib/test/test_monitoring.py:328–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326 self.check_events(caught)
327
328 def test_nested_call(self):
329 self.check_events(nested_call)
330
331UP_EVENTS = (E.C_RETURN, E.C_RAISE, E.PY_RETURN, E.PY_UNWIND, E.PY_YIELD)
332DOWN_EVENTS = (E.PY_START, E.PY_RESUME)

Callers

nothing calls this directly

Calls 1

check_eventsMethod · 0.45

Tested by

no test coverage detected