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

Method writable

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

Source from the content-addressed store, hash-verified

3843 class F(object):
3844 def readable(self): return True
3845 def writable(self): return True
3846 def seekable(self): return True
3847
3848 for i in range(10):

Callers 6

large_file_opsMethod · 0.45
do_testMethod · 0.45
test_raw_file_ioMethod · 0.45
test_buffered_file_ioMethod · 0.45
test_writeableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected