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

Method writable

Lib/idlelib/run.py:471–472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469class StdOutputFile(StdioFile):
470
471 def writable(self):
472 return True
473
474 def write(self, s):
475 if self.closed:

Callers 2

test_miscMethod · 0.95
test_miscMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_miscMethod · 0.76
test_miscMethod · 0.36