Searched defs:codec_getincrementalcodec (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
H A D | codecs.c | 240 PyObject *codec_getincrementalcodec(const char *encoding, function 314 return codec_getincrementalcodec(encoding, errors, "incrementalencoder"); 320 return codec_getincrementalcodec(encoding, errors, "incrementaldecoder");
|
/external/python/cpython3/Python/ |
H A D | codecs.c | 293 PyObject *codec_getincrementalcodec(const char *encoding, function 367 return codec_getincrementalcodec(encoding, errors, "incrementalencoder"); 373 return codec_getincrementalcodec(encoding, errors, "incrementaldecoder");
|
Completed in 44 milliseconds