Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcodecs.h62 PyAPI_FUNC(PyObject *) PyCodec_Encode(
/external/python/cpython2/Doc/c-api/
Dcodec.rst18 .. c:function:: PyObject* PyCodec_Encode(PyObject *object, const char *encoding, const char *errors)
/external/python/cpython2/Python/
Dcodecs.c425 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode() function
/external/python/cpython2/Modules/
D_codecsmodule.c108 return PyCodec_Encode(v, encoding, errors); in codec_encode()
/external/python/cpython2/PC/os2emx/
Dpython27.def874 "PyCodec_Encode"