MCPcopy Index your code
hub / github.com/python/cpython / writable

Method writable

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

Source from the content-addressed store, hash-verified

40 return len(b)
41
42 def writable(self):
43 return True
44
45 def fileno(self):
46 return 42

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