Home
last modified time | relevance | path

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

/third_party/python/Lib/json/
Dencoder.py36 def py_encode_basestring(s): function
45 encode_basestring = (c_encode_basestring or py_encode_basestring)
/third_party/python/Modules/
D_json.c622 py_encode_basestring(PyObject* Py_UNUSED(self), PyObject *pystr) in py_encode_basestring() function
1275 f == (PyCFunction)py_encode_basestring) { in encoder_new()
1800 (PyCFunction)py_encode_basestring,