Package prompt :: Module uf_objects :: Class Class_container
[hide private]
[frames] | no frames]

Class Class_container

source code


The container for created the user function class objects.

Instance Methods [hide private]
 
__init__(self, name, desc)
Set up the container.
source code
 
__repr__(self)
Replacement function for displaying an instance of this user function class.
source code
str
_build_doc(self)
Create the user function class documentation.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, desc)
(Constructor)

source code 

Set up the container.

Parameters:
  • name (str) - The name of the user function class.
  • desc (str) - The description to be presented by the help system.
Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

Replacement function for displaying an instance of this user function class.

Overrides: object.__repr__

_build_doc(self)

source code 

Create the user function class documentation.

Returns: str
The user function class documentation to use in the help system.