Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dstringobject.h123 PyAPI_FUNC(PyObject*) PyString_AsEncodedObject(
/external/python/cpython2/Doc/data/
Drefcounts.dat1245 PyString_AsEncodedObject:PyObject*::+1:
1246 PyString_AsEncodedObject:PyObject*:str:0:
1247 PyString_AsEncodedObject:const char*:encoding::
1248 PyString_AsEncodedObject:const char*:errors::
/external/python/cpython2/PC/os2emx/
Dpython27.def552 "PyString_AsEncodedObject"
/external/python/cpython2/Doc/c-api/
Dstring.rst323 .. c:function:: PyObject* PyString_AsEncodedObject(PyObject *str, const char *encoding, const char …
/external/python/cpython2/Objects/
Dstringobject.c511 PyObject *PyString_AsEncodedObject(PyObject *str, in PyString_AsEncodedObject() function
548 v = PyString_AsEncodedObject(str, encoding, errors); in PyString_AsEncodedString()
3016 v = PyString_AsEncodedObject((PyObject *)self, encoding, errors); in string_encode()