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__ = dict_proxy({'__dict__': <attribute '__dict__' of 'CommonParserOptions' objects>, '__module__': 'PyFoam.Applications.CommonParserOptions', '__weakref__': <attribute '__weakref__' of 'CommonParserOptions' objects>, '__doc__': ' The class that defines the options for the parser\n ', 'addOptions': <function addOptions>})
__module__ = 'PyFoam.Applications.CommonParserOptions'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]