Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/external/python/cpython3/Modules/
D_json.c70 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr);
571 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr) in py_encode_basestring_ascii() function
1245 if (f == (PyCFunction)py_encode_basestring_ascii || in encoder_new()
1803 (PyCFunction)py_encode_basestring_ascii,