Home
last modified time | relevance | path

Searched refs:number_of_dots (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Daction_helpers.c191 int number_of_dots = 0; in _PyPegen_seq_count_dots() local
196 number_of_dots += 3; in _PyPegen_seq_count_dots()
199 number_of_dots += 1; in _PyPegen_seq_count_dots()
206 return number_of_dots; in _PyPegen_seq_count_dots()

Completed in 3 milliseconds