Home
last modified time | relevance | path

Searched defs:PyScannerType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
D_json.c30 static PyTypeObject PyScannerType; variable
1769 PyTypeObject PyScannerType = { variable
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c18 PyObject *PyScannerType; member