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

Method writable

extra_tests/snippets/stdlib_io.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self.closed = False
67
68 def writable(self):
69 return True
70
71 def readable(self):
72 return False

Callers 1

sandbox_smoke.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected