Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
469
class
StdOutputFile(StdioFile):
470
471
def
writable(self):
472
return
True
473
474
def
write(self, s):
475
if
self.closed:
Callers
2
test_misc
Method · 0.95
test_misc
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_misc
Method · 0.76
test_misc
Method · 0.36