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__ = dict_proxy({'__dict__': <attribute '__dict__' of 'CommonServer' objects>, '__module__': 'PyFoam.Applications.CommonServer', '__weakref__': <attribute '__weakref__' of 'CommonServer' objects>, '__doc__': ' The class that switches on and off the server\n ', 'addOptions': <function addOptions>})
__module__ = 'PyFoam.Applications.CommonServer'
__weakref__

list of weak references to the object (if defined)

addOptions(haveServer=True)[source]