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:
object
A simple table. Current limitiation is that column and row labels have to be known at creation time