Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
def
get_exception() -> Traceback:
77
def
bar(a):
78
print(1 / a)
79
80
def
foo(a):
81
bar(a)
Callers
2
foo
Function · 0.70
test_recursive_exception
Function · 0.70
Calls
3
print_exception
Method · 0.80
foo
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected