Method: rich.progress._Reader.fileno
Calls: 2,
Exceptions: 0,
Paths: 1
Back
Path 1
: 2 calls (1.0)
↩ return
11 (2)
1 run
0 not run
1
def
fileno
(
self
)
->
int
:
2
return
self
.
handle
.
fileno
()