Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_getpass
Function · 0.45
_create
Method · 0.45
serve_until_quit
Method · 0.45
_fastcopy_fcopyfile
Function · 0.45
_fastcopy_copy_file_range
Function · 0.45
_fastcopy_sendfile
Function · 0.45
get_terminal_size
Function · 0.45
can_colorize
Function · 0.45
gettarinfo
Method · 0.45
_security_check
Method · 0.45
_get_handles
Method · 0.45
_sigint_handler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected