Searched refs:PythonProjectRoot (Results 1 – 4 of 4) sorted by relevance
186 pythonProjectRoot := config.PythonProjectRoot()192 labels := strings.ReplaceAll(directiveArg, "$python_root$", config.PythonProjectRoot())196 …bels := strings.ReplaceAll(strings.TrimSpace(d.Value), "$python_root$", config.PythonProjectRoot())
72 pythonProjectRoot := cfg.PythonProjectRoot()147 pythonProjectRoot := cfg.PythonProjectRoot()
97 pythonProjectRoot := cfg.PythonProjectRoot()
268 func (c *Config) PythonProjectRoot() string { func