Searched refs:py_encode_basestring_ascii (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/json/
H A Dencoder.py42 def py_encode_basestring_ascii(s): function
68 c_encode_basestring_ascii or py_encode_basestring_ascii)
/external/python/cpython2/Modules/
H A D_json.c88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
826 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) function
1894 s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii);
1995 return py_encode_basestring_ascii(NULL, obj);
2431 (PyCFunction)py_encode_basestring_ascii,

Completed in 85 milliseconds