Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/test/support/asyncore.py:630–631 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
628
os.close(fd)
629
630
def
fileno(self):
631
return
self.fd
632
633
class
file_dispatcher(dispatcher):
634
Callers
11
create_json_file
Method · 0.45
_runtest
Method · 0.45
get_stty_echo
Method · 0.45
restore_stty_echo
Method · 0.45
setup_process
Function · 0.45
disable_faulthandler
Function · 0.45
make_bad_fd
Function · 0.45
can_xattr
Function · 0.45
set_socket
Method · 0.45
__init__
Method · 0.45
set_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected