Method: rich.box.Box.__repr__
Calls: 1,
Exceptions: 0,
Paths: 1
Back
Path 1
: 1 calls (1.0)
↩ return
'Box(...)' (1)
1 run
0 not run
1
def
__repr__
(
self
)
->
str
:
2
return
"Box(...)"