MCPcopy Index your code
hub / github.com/RustPython/RustPython / readable

Method readable

Lib/test/test_io.py:3844–3844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3842 def test_issue22849(self):
3843 class F(object):
3844 def readable(self): return True
3845 def writable(self): return True
3846 def seekable(self): return True
3847

Callers 15

test_strMethod · 0.45
test_bytesMethod · 0.45
testOpenFilenameMethod · 0.45
testOpenFileWithNameMethod · 0.45
test_read_from_fileMethod · 0.45
test_write_to_fileMethod · 0.45
test_write_to_fileobjMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected