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

Method writable

Lib/_pyio.py:1235–1236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1233 self._write_lock = Lock()
1234
1235 def writable(self):
1236 return self.raw.writable()
1237
1238 def write(self, b):
1239 if isinstance(b, str):

Callers

nothing calls this directly

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected