MCPcopy 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
12class Almost:
13 def fileno(self):
14 return "fileno"
15
16
17assert_raises(TypeError, select.select, 1, 2, 3)

Callers 1

stdlib_select.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected