MCPcopy Index your code
hub / github.com/RustPython/RustPython / register

Method register

Lib/_pyrepl/unix_console.py:119–120  ·  view source on GitHub ↗
(self, fd, flag)

Source from the content-addressed store, hash-verified

117 pass
118
119 def register(self, fd, flag):
120 self.fd = fd
121 # note: The 'timeout' argument is received as *milliseconds*
122 def poll(self, timeout: float | None = None) -> list[int]:
123 if timeout is None:

Callers 10

__init__.pyFile · 0.45
_add_readerMethod · 0.45
_add_writerMethod · 0.45
__init__.pyFile · 0.45
types.pyFile · 0.45
__init__.pyFile · 0.45
dbapi2.pyFile · 0.45
__init__.pyFile · 0.45
__init__Method · 0.45
_registerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected