Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_log_caller_frame_info
Function
test_log_caller_frame_info
tests/test_log.py:47–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
47
def
test_log_caller_frame_info():
48
for
i in range(2):
49
assert Console._caller_frame_info(i) == Console._caller_frame_info(
50
i,
lambda
: None
51
)
52
53
54
def
test_justify():
Callers
nothing calls this directly
Calls
1
_caller_frame_info
Method · 0.80
Tested by
no test coverage detected