Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_server
Function · 0.45
_setup_loop
Method · 0.45
_run
Function · 0.45
numpy_payload_server
Function · 0.45
socket_command_handler
Function · 0.45
run_interactive
Function · 0.45
_send_command_once
Function · 0.45
run_benchmark
Function · 0.45
run_rate_based_benchmark
Function · 0.45
log_trial_start
Method · 0.45
log_trial_end
Method · 0.45
log_trial_start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected