Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dparsermodule.c1089 static PyMethodDef parser_functions[] = { variable
1123 parser_functions,
/external/python/cpython2/Modules/
Dparsermodule.c3431 static PyMethodDef parser_functions[] = { variable
3477 module = Py_InitModule("parser", parser_functions); in initparser()