Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tell
Method
tell
Lib/test/test_io/utils.py:118–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
return
-123
117
118
def
tell(self):
119
return
-456
120
121
def
readinto(self, buf):
122
super().readinto(buf)
Callers
15
test_sock_sendfile_not_a_file
Method · 0.45
test_sock_sendfile_iobuffer
Method · 0.45
test_sock_sendfile_not_regular_file
Method · 0.45
test_sock_sendfile_success
Method · 0.45
test_sock_sendfile_with_offset_and_count
Method · 0.45
test_sock_sendfile_zero_size
Method · 0.45
test_sock_sendfile_mix_with_regular_send
Method · 0.45
test_sendfile_not_supported
Method · 0.45
test_sendfile
Method · 0.45
test_sendfile_force_fallback
Method · 0.45
test_sendfile_force_unsupported_native
Method · 0.45
test_sendfile_ssl
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_sock_sendfile_not_a_file
Method · 0.36
test_sock_sendfile_iobuffer
Method · 0.36
test_sock_sendfile_not_regular_file
Method · 0.36
test_sock_sendfile_success
Method · 0.36
test_sock_sendfile_with_offset_and_count
Method · 0.36
test_sock_sendfile_zero_size
Method · 0.36
test_sock_sendfile_mix_with_regular_send
Method · 0.36
test_sendfile_not_supported
Method · 0.36
test_sendfile
Method · 0.36
test_sendfile_force_fallback
Method · 0.36
test_sendfile_force_unsupported_native
Method · 0.36
test_sendfile_ssl
Method · 0.36