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

Method prn

Lib/test/test_traceback.py:1979–1980  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1977
1978 def test_print_stack(self):
1979 def prn():
1980 traceback.print_stack()
1981 with captured_output("stderr") as stderr:
1982 prn()
1983 lineno = prn.__code__.co_firstlineno

Callers

nothing calls this directly

Calls 1

print_stackMethod · 0.80

Tested by

no test coverage detected