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

Method writable

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

Source from the content-addressed store, hash-verified

1390 return self.reader.readable()
1391
1392 def writable(self):
1393 return self.writer.writable()
1394
1395 def flush(self):
1396 return self.writer.flush()

Callers

nothing calls this directly

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected