PyFoam.Applications.CommonPlotOptions module¶
Class that implements common functionality for plotting options
-
class
PyFoam.Applications.CommonPlotOptions.CommonPlotOptions(persist)[source]¶ Bases:
objectThe class that adds plot options
-
__dict__= mappingproxy({'__weakref__': <attribute '__weakref__' of 'CommonPlotOptions' objects>, '__init__': <function CommonPlotOptions.__init__>, '__doc__': ' The class that adds plot options\n ', 'processPlotOptions': <function CommonPlotOptions.processPlotOptions>, '__dict__': <attribute '__dict__' of 'CommonPlotOptions' objects>, '__module__': 'PyFoam.Applications.CommonPlotOptions', 'addOptions': <function CommonPlotOptions.addOptions>})¶
-
__module__= 'PyFoam.Applications.CommonPlotOptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-