When creating a class inherited from XObject, a lot of
things are done parsing the __init__xattributes__,
__object__xattributes__, ... members. If you want to
check what is done to your class (for instance, for debugging)
you can set the XDATA_VERBOSE environment variable to 1
.
To reverse, unset it or set it to 0
.