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

Method writable

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

Source from the content-addressed store, hash-verified

1252 self._write_lock = Lock()
1253
1254 def writable(self):
1255 return self.raw.writable()
1256
1257 def write(self, b):
1258 if isinstance(b, str):

Callers

nothing calls this directly

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected