opatio.card package¶
Submodules¶
- opatio.card.datacard module
CardHeaderCardHeader.numTablesCardHeader.indexOffsetCardHeader.cardSizeCardHeader.commentCardHeader.reservedCardHeader.magicNumberCardHeader.headerSizeCardHeader.ascii()CardHeader.cardSizeCardHeader.commentCardHeader.copy()CardHeader.headerSizeCardHeader.indexOffsetCardHeader.magicNumberCardHeader.numTablesCardHeader.reservedCardHeader.set_comment()
CardIndexEntryCardIndexEntry.tagCardIndexEntry.byteStartCardIndexEntry.byteEndCardIndexEntry.numColumnsCardIndexEntry.numRowsCardIndexEntry.columnNameCardIndexEntry.rowNameCardIndexEntry.sizeCardIndexEntry.reservedCardIndexEntry.ascii()CardIndexEntry.byteEndCardIndexEntry.byteStartCardIndexEntry.columnNameCardIndexEntry.copy()CardIndexEntry.numColumnsCardIndexEntry.numRowsCardIndexEntry.reservedCardIndexEntry.rowNameCardIndexEntry.sizeCardIndexEntry.tag
DataCardOPATTable
Module contents¶
The card subpackage for the opatio library.
This module organizes classes related to the structure and handling of individual data cards within an OPAT file. It typically makes key classes like DataCard, CardHeader, CardIndexEntry, and OPATTable available directly under the ‘opatio.card’ namespace.
Modules¶
- datacard
Defines the DataCard, CardHeader, CardIndexEntry, and OPATTable classes representing the components of a data card.