Package PyFoam :: Package Basics :: Module CustomPlotInfo :: Class CustomPlotInfo
[hide private]
[frames] | no frames]

Class CustomPlotInfo

source code

object --+
         |
        CustomPlotInfo

Information about a custom plot

Instance Methods [hide private]
 
__init__(self, raw=None, name=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set(self, key, value) source code
 
__str__(self)
str(x)
source code
 
getDict(self, wrapStrings=False) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  nr = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, raw=None, name=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • raw - The raw data. Either a string for the two legacy-formats or a dictionary for the new format
  • name - Name of the expression (only to be used for the new format)
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)