Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/
H A Dconfigure.go114 config.AddExcludedPattern(filepath.Join(rel, strings.TrimSpace(d.Value)))
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/pythonconfig/
H A Dpythonconfig.go243 func (c *Config) AddExcludedPattern(pattern string) { func