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

Type Options

object --+
         |
        Options

Known Subclasses:
FinleyOptions

defines a set of options to be used to run a BenchmarkProblem
Method Summary
  __init__(self, name)
sets up the options
str __str__(self)
returns the name of the benchmark suite
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Method Details

__init__(self, name=None)
(Constructor)

sets up the options
Parameters:
name - name of the option. If no name is given the class name is used.
           (type=str)
Overrides:
__builtin__.object.__init__

__str__(self)
(Informal representation operator)

returns the name of the benchmark suite
Returns:
name
           (type=str)
Overrides:
__builtin__.object.__str__

Generated by Epydoc 2.1 on Thu Apr 27 11:16:17 2006 http://epydoc.sf.net