pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | crashFields |
def | cleanupFields |
def | fields |
Public Attributes | |
table |
def pyNastran.bdf.cards.tables.TableObj.__init__ | ( | self, | |
fields, | |||
nRepeated, | |||
isData = False |
|||
) |
def pyNastran.bdf.cards.tables.TableObj.crashFields | ( | self, | |
fields, | |||
nRepeated, | |||
nFields | |||
) |
def pyNastran.bdf.cards.tables.TableObj.cleanupFields | ( | self, | |
fields, | |||
isData = False |
|||
) |
def pyNastran.bdf.cards.tables.TableObj.fields | ( | self | ) |
Definition at line 109 of file tables.py.
References pyNastran.bdf.cards.tables.Table.table, and pyNastran.bdf.cards.tables.TableObj.table.
Definition at line 50 of file tables.py.
Referenced by pyNastran.bdf.cards.tables.TableObj::fields().