Searched refs:_PyPegen_seq_count_dots (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Parser/pegen/ |
D | pegen.h | 239 int _PyPegen_seq_count_dots(asdl_seq *);
|
D | pegen.c | 1414 _PyPegen_seq_count_dots(asdl_seq *seq) in _PyPegen_seq_count_dots() function
|
D | parse.c | 3086 … _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/ |
D | python.gram | 133 _Py_ImportFrom(b->v.Name.id, c, _PyPegen_seq_count_dots(a), EXTRA) } 135 _Py_ImportFrom(NULL, b, _PyPegen_seq_count_dots(a), EXTRA) }
|