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

/external/python/cpython2/Include/
H A Dgrammar.h85 void PyGrammar_RemoveAccelerators(grammar *);
/external/python/cpython3/Include/
H A Dgrammar.h86 void PyGrammar_RemoveAccelerators(grammar *);
/external/python/cpython2/Parser/
H A Dacceler.c35 PyGrammar_RemoveAccelerators(grammar *g) function
/external/python/cpython3/Parser/
H A Dacceler.c35 PyGrammar_RemoveAccelerators(grammar *g) function
/external/python/cpython3/Python/
H A Dpylifecycle.c714 PyGrammar_RemoveAccelerators(&_PyParser_Grammar);
/external/python/cpython2/Python/
H A Dpythonrun.c544 PyGrammar_RemoveAccelerators(&_PyParser_Grammar);

Completed in 660 milliseconds