psd_tools.psd.base¶
Base data structures intended for inheritance.
All the data objects in this subpackage inherit from the base classes here.
That means, all the data structures in the psd_tools.psd
subpackage
implements the methods of BaseElement
for
serialization and decoding.
Objects that inherit from the BaseElement
typically
gets attrs decoration to have data fields.
BaseElement¶
-
class
psd_tools.psd.base.
BaseElement
[source]¶ Base element of various PSD file structs. All the data objects in
psd_tools.psd
subpackage inherit from this class.