Home
last modified time | relevance | path

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

/third_party/python/Lib/json/
Dencoder.py48 def py_encode_basestring_ascii(s): function
71 c_encode_basestring_ascii or py_encode_basestring_ascii)
/third_party/python/Modules/
D_json.c81 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr);
597 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr) in py_encode_basestring_ascii() function
1274 if (f == (PyCFunction)py_encode_basestring_ascii || in encoder_new()
1796 (PyCFunction)py_encode_basestring_ascii,