MCPcopy 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_contextMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected