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

Method _check_writable

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

Source from the content-addressed store, hash-verified

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

Callers 2

send_bytesMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected