Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/json/
Ddecoder.py73 def py_scanstring(s, end, encoding=None, strict=True, function
143 scanstring = c_scanstring or py_scanstring
/external/python/cpython2/Modules/
D_json.c790 py_scanstring(PyObject* self UNUSED, PyObject *args) in py_scanstring() function
2435 (PyCFunction)py_scanstring,