MCPcopy
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.pyFile · 0.45
test_formatters.pyFile · 0.45
test_signature.pyFile · 0.45
test_tls_utils.pyFile · 0.45
test_retry.pyFile · 0.45
test_utils.pyFile · 0.45
test_filters.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected