| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
parameterized.Parameter --+
|
Selector
Parameter whose value is set to some form of one of the possibilities in its range.
Subclasses must implement get_range().
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
__classdoc = str(object) -> string |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
__classdocstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Oct 11 20:50:06 2008 | http://epydoc.sourceforge.net |