pyctr.type.save.partdesc.common module
- exception pyctr.type.save.partdesc.common.PartitionDescriptorError[source]
Bases:
PyCTRErrorGeneric error for operations related to DIFI, IVFC, or DPFS.
- exception pyctr.type.save.partdesc.common.InvalidHeaderError[source]
Bases:
PartitionDescriptorErrorThe header is invalid.
- exception pyctr.type.save.partdesc.common.InvalidHeaderLengthError[source]
Bases:
InvalidHeaderErrorLength of the header is invalid.
- class pyctr.type.save.partdesc.common.LevelData(offset, size, block_size_log2, block_size)[source]
Bases:
NamedTupleLevel data used by IVFC and DPFS.