Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_json.c31 static PyTypeObject PyEncoderType; variable
2345 PyTypeObject PyEncoderType = { variable
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c19 PyObject *PyEncoderType; member