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

Callers 2

sandbox_smoke.pyFile · 0.45
stdlib_socket.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected