Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dpegen.h239 int _PyPegen_seq_count_dots(asdl_seq *);
Dpegen.c1414 _PyPegen_seq_count_dots(asdl_seq *seq) in _PyPegen_seq_count_dots() function
Dparse.c3086 … _res = _Py_ImportFrom ( b -> v . Name . id , c , _PyPegen_seq_count_dots ( a ) , EXTRA ); in import_from_rule()
3128 _res = _Py_ImportFrom ( NULL , b , _PyPegen_seq_count_dots ( a ) , EXTRA ); in import_from_rule()
/external/python/cpython3/Grammar/
Dpython.gram133 _Py_ImportFrom(b->v.Name.id, c, _PyPegen_seq_count_dots(a), EXTRA) }
135 _Py_ImportFrom(NULL, b, _PyPegen_seq_count_dots(a), EXTRA) }