ansys.dyna.core.lib.card_interface.ReadResult# class ansys.dyna.core.lib.card_interface.ReadResult# Result of reading a card from a buffer. Attributes: warningslist of strWarning messages generated during card parsing. reached_endboolWhether reading reached the end of the keyword (for unbounded reads). warnings: List[str] = []# reached_end: bool = False#