Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3003 string_encode(PyStringObject *self, PyObject *args, PyObject *kwargs) in string_encode() function
3679 {"encode", (PyCFunction)string_encode, METH_VARARGS | METH_KEYWORDS, encode__doc__},