Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_runtime_env_interface
Function · 0.95
get_runtime_env_info
Function · 0.80
_setup_runtime_env
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
1
test_runtime_env_interface
Function · 0.76