PyFoam.Applications.CommonParserOptions module

Class that implements the common functionality for passing options to the parser

class PyFoam.Applications.CommonParserOptions.CommonParserOptions[source]

Bases: object

The class that defines the options for the parser

__dict__ = mappingproxy({'__dict__': <attribute '__dict__' of 'CommonParserOptions' objects>, '__module__': 'PyFoam.Applications.CommonParserOptions', 'addOptions': <function CommonParserOptions.addOptions>, '__doc__': ' The class that defines the options for the parser\n ', '__weakref__': <attribute '__weakref__' of 'CommonParserOptions' objects>})
__module__ = 'PyFoam.Applications.CommonParserOptions'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]