Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readable
Method
readable
Lib/test/test_io/utils.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
return
42
47
48
def
readable(self):
49
return
True
50
51
def
seekable(self):
52
return
True
Callers
8
test_zipextfile_attrs
Method · 0.45
test_zipwritefile_attrs
Method · 0.45
testErrnoOnClosedReadable
Method · 0.45
large_file_ops
Method · 0.45
do_test
Method · 0.45
test_raw_file_io
Method · 0.45
test_buffered_file_io
Method · 0.45
test_flags
Method · 0.45
Calls
no outgoing calls
Tested by
8
test_zipextfile_attrs
Method · 0.36
test_zipwritefile_attrs
Method · 0.36
testErrnoOnClosedReadable
Method · 0.36
large_file_ops
Method · 0.36
do_test
Method · 0.36
test_raw_file_io
Method · 0.36
test_buffered_file_io
Method · 0.36
test_flags
Method · 0.36