PyFoam.Basics.TableData module¶
A simple object for table data where data is accessed with a tuple (rowLabel,colLabel)
-
class
PyFoam.Basics.TableData.TableData(rowLabels, columnLabels)[source]¶ Bases:
objectA simple table. Current limitiation is that column and row labels have to be known at creation time