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__
= dict_proxy({'__module__': 'PyFoam.Applications.CommonPickledDataInput', 'addOptions': <function addOptions>, '__dict__': <attribute '__dict__' of 'CommonPickledDataInput' objects>, 'readPickledData': <function readPickledData>, '__weakref__': <attribute '__weakref__' of 'CommonPickledDataInput' objects>, '__doc__': ' The class that defines the options for reading from a pickled plot\n '})¶
-
__module__
= 'PyFoam.Applications.CommonPickledDataInput'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-