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