Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ray-project/ray
/ py_executable
Method
py_executable
python/ray/runtime_env/runtime_env.py:516–517 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
514
return
[]
515
516
def
py_executable(self) -> Optional[str]:
517
return
self.get(
"py_executable"
, None)
518
519
def
java_jars(self) -> List[str]:
520
if
"java_jars"
in self:
Callers
1
modify_context
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected