Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3045 string_decode(PyStringObject *self, PyObject *args, PyObject *kwargs) in string_decode() function
3683 {"decode", (PyCFunction)string_decode, METH_VARARGS | METH_KEYWORDS, decode__doc__},