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

Method prn

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

Source from the content-addressed store, hash-verified

2050
2051 def test_print_stack(self):
2052 def prn():
2053 traceback.print_stack()
2054 with captured_output("stderr") as stderr:
2055 prn()
2056 lineno = prn.__code__.co_firstlineno

Callers

nothing calls this directly

Calls 1

print_stackMethod · 0.45

Tested by

no test coverage detected