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

Method writable

Lib/test/test_ftplib.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 handle_read = handle_connect
322
323 def writable(self):
324 return 0
325
326 def handle_error(self):
327 default_error_handler()

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