MCPcopy
hub / github.com/ray-project/ray / close

Method close

python/ray/tests/test_channel.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 self._channel = channel
201
202 def close(self):
203 self._channel.close()
204
205 def write(self, arr):
206 self._channel.write(arr)

Callers 15

mock_serverFunction · 0.45
_setup_loopMethod · 0.45
_runFunction · 0.45
numpy_payload_serverFunction · 0.45
socket_command_handlerFunction · 0.45
run_interactiveFunction · 0.45
_send_command_onceFunction · 0.45
run_benchmarkFunction · 0.45
run_rate_based_benchmarkFunction · 0.45
log_trial_startMethod · 0.45
log_trial_endMethod · 0.45
log_trial_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected