MCPcopy Index your code
hub / github.com/python/cpython / fileno

Method fileno

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

Source from the content-addressed store, hash-verified

3577
3578 @abstractmethod
3579 def fileno(self) -> int:
3580 pass
3581
3582 @abstractmethod
3583 def flush(self) -> None:

Callers 14

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
_sigint_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected