Home
last modified time | relevance | path

Searched refs:_FindPythonRunfilesRoot (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_python/python/runfiles/
H A Drunfiles.py121 self._python_runfiles_root = _FindPythonRunfilesRoot()
339 def _FindPythonRunfilesRoot() -> str: function