Lines Matching defs:obj
67 "encode($module, /, obj, encoding=\'utf-8\', errors=\'strict\')\n"
70 "Encodes obj using the codec registered for encoding.\n"
82 _codecs_encode_impl(PyObject *module, PyObject *obj, const char *encoding,
89 static const char * const _keywords[] = {"obj", "encoding", "errors", NULL};
93 PyObject *obj;
101 obj = args[0];
137 return_value = _codecs_encode_impl(module, obj, encoding, errors);
144 "decode($module, /, obj, encoding=\'utf-8\', errors=\'strict\')\n"
147 "Decodes obj using the codec registered for encoding.\n"
159 _codecs_decode_impl(PyObject *module, PyObject *obj, const char *encoding,
166 static const char * const _keywords[] = {"obj", "encoding", "errors", NULL};
170 PyObject *obj;
178 obj = args[0];
214 return_value = _codecs_decode_impl(module, obj, encoding, errors);
285 if (data.obj) {
410 if (data.obj) {
480 if (data.obj) {
550 if (data.obj) {
620 if (data.obj) {
690 if (data.obj) {
769 if (data.obj) {
839 if (data.obj) {
909 if (data.obj) {
979 if (data.obj) {
1058 if (data.obj) {
1138 if (data.obj) {
1218 if (data.obj) {
1280 if (data.obj) {
1342 if (data.obj) {
1409 if (data.obj) {
1481 if (data.obj) {
1555 if (data.obj) {
1634 if (data.obj) {
1708 if (data.obj) {