PyUnicodeErrorObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

args
PyObject* args;
Undocumented in source.
dict
PyObject* dict;
Undocumented in source.
encoding
PyObject* encoding;
Undocumented in source.
end
Py_ssize_t end;
Undocumented in source.
end
PyObject* end;
Undocumented in source.
message
PyObject* message;
Undocumented in source.
object
PyObject* object;
Undocumented in source.
reason
PyObject* reason;
Undocumented in source.
start
Py_ssize_t start;
Undocumented in source.
start
PyObject* start;
Undocumented in source.

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_type
PyTypeObject* ob_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta