MCPcopy 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_attrsMethod · 0.45
large_file_opsMethod · 0.45
do_testMethod · 0.45
test_raw_file_ioMethod · 0.45
test_buffered_file_ioMethod · 0.45
test_flagsMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_zipextfile_attrsMethod · 0.36
large_file_opsMethod · 0.36
do_testMethod · 0.36
test_raw_file_ioMethod · 0.36
test_buffered_file_ioMethod · 0.36
test_flagsMethod · 0.36