Home
last modified time | relevance | path

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

/external/bazelbuild-rules_python/gazelle/python/
Dconfigure.go186 pythonProjectRoot := config.PythonProjectRoot()
192 labels := strings.ReplaceAll(directiveArg, "$python_root$", config.PythonProjectRoot())
196 …bels := strings.ReplaceAll(strings.TrimSpace(d.Value), "$python_root$", config.PythonProjectRoot())
Dresolve.go72 pythonProjectRoot := cfg.PythonProjectRoot()
147 pythonProjectRoot := cfg.PythonProjectRoot()
Dgenerate.go97 pythonProjectRoot := cfg.PythonProjectRoot()
/external/bazelbuild-rules_python/gazelle/pythonconfig/
Dpythonconfig.go268 func (c *Config) PythonProjectRoot() string { func