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

Method down

Lib/test/test_monitoring.py:352–355  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

350 if frame != expected:
351 errors.append(f" Popping {frame} expected {expected}")
352 def down(*args):
353 frame = sys._getframe(1)
354 stack.append(frame)
355 seen.add(frame.f_code)
356 def call(code, offset, callable, arg):
357 if not isinstance(callable, PY_CALLABLES):
358 stack.append(sys._getframe(1))

Callers 5

demo2Function · 0.80
designMethod · 0.80
wheelMethod · 0.80
tripieceMethod · 0.80
pentpieceMethod · 0.80

Calls 2

appendMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected