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

Function bar

tests/test_traceback.py:77–78  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

75
76def get_exception() -> Traceback:
77 def bar(a):
78 print(1 / a)
79
80 def foo(a):
81 bar(a)

Callers 2

fooFunction · 0.70
test_recursive_exceptionFunction · 0.70

Calls 3

print_exceptionMethod · 0.80
fooFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected