MCPcopy
hub / github.com/Textualize/rich / level1

Function level1

tests/test_traceback.py:17–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 expected_old_handler = sys.excepthook
16
17 def level1():
18 level2()
19
20 def level2():
21 return 1 / 0

Callers 2

test_handlerFunction · 0.85

Calls 1

level2Function · 0.85

Tested by

no test coverage detected