Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/json/
Ddecoder.py70 def py_scanstring(s, end, strict=True, function
131 scanstring = c_scanstring or py_scanstring
/external/python/cpython3/Modules/
D_json.c542 py_scanstring(PyObject* Py_UNUSED(self), PyObject *args) in py_scanstring() function
1811 (PyCFunction)py_scanstring,