PyFoam.Applications.CommonServer module

Class that implements the common functionality for having a server

class PyFoam.Applications.CommonServer.CommonServer[source]

Bases: object

The class that switches on and off the server

__dict__ = mappingproxy({'__dict__': <attribute '__dict__' of 'CommonServer' objects>, '__module__': 'PyFoam.Applications.CommonServer', 'addOptions': <function CommonServer.addOptions>, '__doc__': ' The class that switches on and off the server\n ', '__weakref__': <attribute '__weakref__' of 'CommonServer' objects>})
__module__ = 'PyFoam.Applications.CommonServer'
__weakref__

list of weak references to the object (if defined)

addOptions(haveServer=True)[source]