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

Method working_dir_uri

python/ray/runtime_env/runtime_env.py:481–482  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

479 return self.get("working_dir") is not None
480
481 def working_dir_uri(self) -> Optional[str]:
482 return self.get("working_dir")
483
484 def py_modules_uris(self) -> List[str]:
485 if "py_modules" in self:

Callers 3

get_runtime_env_infoFunction · 0.80
_setup_runtime_envMethod · 0.80

Calls 1

getMethod · 0.95

Tested by 1