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

Method test_nested_call

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

Source from the content-addressed store, hash-verified

320 self.check_events(caught)
321
322 def test_nested_call(self):
323 self.check_events(nested_call)
324
325UP_EVENTS = (E.C_RETURN, E.C_RAISE, E.PY_RETURN, E.PY_UNWIND, E.PY_YIELD)
326DOWN_EVENTS = (E.PY_START, E.PY_RESUME)

Callers

nothing calls this directly

Calls 1

check_eventsMethod · 0.45

Tested by

no test coverage detected