MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / writable

Method writable

tools/python-3.11.9-amd64/Lib/_pyio.py:1260–1261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1258 self._write_lock = Lock()
1259
1260 def writable(self):
1261 return self.raw.writable()
1262
1263 def write(self, b):
1264 if isinstance(b, str):

Callers

nothing calls this directly

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected