Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ exit
Method
exit
python/ray/tests/test_actor.py:1252–1253 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1250
pass
1251
1252
def
exit(self):
1253
ray.actor.exit_actor()
1254
1255
data =
"hello"
1256
tmpfile = tempfile.NamedTemporaryFile(
"w+"
, suffix=
".tmp"
, delete=False)
Callers
15
setup-dev.py
File · 0.45
test_network_utils.py
File · 0.45
test_formatters.py
File · 0.45
test_signature.py
File · 0.45
test_tls_utils.py
File · 0.45
test_retry.py
File · 0.45
test_deprecation.py
File · 0.45
test_ray_option_utils.py
File · 0.45
test_logging_constants.py
File · 0.45
test_wait_for_condition.py
File · 0.45
test_utils.py
File · 0.45
test_filters.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected