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

Method _check_writable

Lib/multiprocessing/connection.py:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 raise OSError("connection is write-only")
142
143 def _check_writable(self):
144 if not self._writable:
145 raise OSError("connection is read-only")
146
147 def _bad_message_length(self):
148 if self._writable:

Callers 2

send_bytesMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected