PyFoam.Applications.CommonPickledDataInput module

Class that implements reading vom a pickled file. Every utility that gets input from a pipe should use it

class PyFoam.Applications.CommonPickledDataInput.CommonPickledDataInput[source]

Bases: object

The class that defines the options for reading from a pickled plot

__dict__ = mappingproxy({'__weakref__': <attribute '__weakref__' of 'CommonPickledDataInput' objects>, '__doc__': ' The class that defines the options for reading from a pickled plot\n ', '__dict__': <attribute '__dict__' of 'CommonPickledDataInput' objects>, '__module__': 'PyFoam.Applications.CommonPickledDataInput', 'addOptions': <function CommonPickledDataInput.addOptions>, 'readPickledData': <function CommonPickledDataInput.readPickledData>})
__module__ = 'PyFoam.Applications.CommonPickledDataInput'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
readPickledData()[source]