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

type 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
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.