pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | BDFCard |
Functions | |
def | wipeEmptyFields |
Removes an trailing Nones from the card. |
Removes an trailing Nones from the card.
Also converts empty strings to None.
self | the object pointer |
card | the fields on the card as a list |
shortCard | the card with no trailing blank fields |
Definition at line 272 of file BDF_Card.py.