The table_card.py
module#
Summary#
Abstract base class for all the implementations of keyword cards. |
card is a TableCard or a TableCardGroup |
|
Get the first row data from the kwargs. |
Module detail#
- table_card.get_first_row(fields: List[ansys.dyna.core.lib.card.Field], **kwargs) Dict[str, Any] #
Get the first row data from the kwargs.
- table_card.CHECK_TYPE = True#