Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fileno
Method
fileno
Lib/test/test_io.py:99–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
97
return
True
98
99
def
fileno(self):
100
return
42
101
102
def
readable(self):
103
return
True
Callers
7
do_test
Method · 0.45
test_read_closed
Method · 0.45
test_closefd_attr
Method · 0.45
test_fileio_closefd
Method · 0.45
test_fspath_support
Method · 0.45
test_fileno
Method · 0.45
test_attributes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected