Home
last modified time | relevance | path

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

/third_party/python/Lib/json/
Ddecoder.py69 def py_scanstring(s, end, strict=True, function
130 scanstring = c_scanstring or py_scanstring
/third_party/python/Modules/
D_json.c568 py_scanstring(PyObject* Py_UNUSED(self), PyObject *args) in py_scanstring() function
1804 (PyCFunction)py_scanstring,