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

Method fileno

Lib/typing.py:3528–3529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3526
3527 @abstractmethod
3528 def fileno(self) -> int:
3529 pass
3530
3531 @abstractmethod
3532 def flush(self) -> None:

Callers 12

unix_getpassFunction · 0.45
_createMethod · 0.45
serve_until_quitMethod · 0.45
_fastcopy_fcopyfileFunction · 0.45
_fastcopy_sendfileFunction · 0.45
get_terminal_sizeFunction · 0.45
can_colorizeFunction · 0.45
gettarinfoMethod · 0.45
_security_checkMethod · 0.45
_get_handlesMethod · 0.45
_sync_flushFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected