MCPcopy 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_testMethod · 0.45
test_read_closedMethod · 0.45
test_closefd_attrMethod · 0.45
test_fileio_closefdMethod · 0.45
test_fspath_supportMethod · 0.45
test_filenoMethod · 0.45
test_attributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected