Home
last modified time | relevance | path

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

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