Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/test/test_io/utils.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
return
True
44
45
def
fileno(self):
46
return
42
47
48
def
readable(self):
49
return
True
Callers
15
stop
Method · 0.45
_ensure_fd_no_transport
Method · 0.45
test_stop_serving
Method · 0.45
reader
Method · 0.45
test_reader_callback
Method · 0.45
test_writer_callback
Method · 0.45
test_create_server_sock
Method · 0.45
stop
Method · 0.45
test_sock_sendfile_cancel1
Method · 0.45
test_sock_sendfile_cancel2
Method · 0.45
test_sock_sendfile_blocking_error
Method · 0.45
test_sock_sendfile_os_error_first_call
Method · 0.45
Calls
no outgoing calls
Tested by
15
stop
Method · 0.36
test_stop_serving
Method · 0.36
reader
Method · 0.36
test_reader_callback
Method · 0.36
test_writer_callback
Method · 0.36
test_create_server_sock
Method · 0.36
test_sock_sendfile_cancel1
Method · 0.36
test_sock_sendfile_cancel2
Method · 0.36
test_sock_sendfile_blocking_error
Method · 0.36
test_sock_sendfile_os_error_first_call
Method · 0.36
test_sock_sendfile_os_error_next_call
Method · 0.36
test_sock_sendfile_exception
Method · 0.36