Package prompt :: Module base_class :: Class User_fn_class
[hide private]
[frames] | no frames]

Class User_fn_class

source code


Instance Methods [hide private]
 
__init__(self, exec_info=None)
Initialise the user function class, compiling the help string.
source code
Method Details [hide private]

__init__(self, exec_info=None)
(Constructor)

source code 

Initialise the user function class, compiling the help string.

Parameters:
  • exec_info (None or class instance) - The execution information container. This must contain at least the exec_info.intro boolean variable. If not supplied, an instance will be generated.