Home
last modified time | relevance | path

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

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