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

Method get_temp_dir_path

python/ray/_private/node.py:795–797  ·  view source on GitHub ↗

Get the path of the temporary directory.

(self)

Source from the content-addressed store, hash-verified

793 ray.experimental.internal_kv._initialize_internal_kv(self._gcs_client)
794
795 def get_temp_dir_path(self):
796 """Get the path of the temporary directory."""
797 return self.temp_dir
798
799 def get_runtime_env_dir_path(self):
800 """Get the path of the runtime env."""

Callers 3

startFunction · 0.95

Calls

no outgoing calls