Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fileno
Method
fileno
extra_tests/snippets/stdlib_select.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
12
class
Almost:
13
def
fileno(self):
14
return
"fileno"
15
16
17
assert_raises(TypeError, select.select, 1, 2, 3)
Callers
2
sandbox_smoke.py
File · 0.45
stdlib_socket.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected