Package esys :: Package escript :: Module benchmark :: Class Options
[hide private]
[frames] | no frames]

Class Options

object --+
         |
        Options

Defines a set of options to be used to run a BenchmarkProblem.

Instance Methods [hide private]
 
__init__(self, name=None)
Sets up the options.
str
__str__(self)
Returns the name of this options object.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name=None)
(Constructor)

 

Sets up the options.

Parameters:
  • name (str) - name of the option. If no name is given the class name is used.
Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

Returns the name of this options object.

Returns: str
the name
Overrides: object.__str__