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

Method _check_closed

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

Source from the content-addressed store, hash-verified

133 self._close()
134
135 def _check_closed(self):
136 if self._handle is None:
137 raise OSError("handle is closed")
138
139 def _check_readable(self):
140 if not self._readable:

Callers 7

filenoMethod · 0.95
send_bytesMethod · 0.95
sendMethod · 0.95
recv_bytesMethod · 0.95
recv_bytes_intoMethod · 0.95
recvMethod · 0.95
pollMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected