Home
last modified time | relevance | path

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

/build/soong/python/
Dpython.go214 pyIdentifierRegexp = regexp.MustCompile(`^[a-zA-Z_][a-zA-Z0-9_-]*$`) var
508 if !pyIdentifierRegexp.MatchString(token) {