Package prompt :: Module help :: Class _Helper
[hide private]
[frames] | no frames]

Class _Helper

source code

Instance Methods [hide private]
str
__repr__(self)
String representation of the object.
source code
 
__call__(self, *args, **kwds)
Make the object executable.
source code
Class Variables [hide private]
  text = 'For assistance in using a function, simply type \'help...
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

String representation of the object.

Returns: str
The help description.

Class Variable Details [hide private]

text

Value:
'''For assistance in using a function, simply type \'help(function)\'.\
  All functions can be viewed by hitting the [TAB] key.  In addition t\
o functions, if \'help(object)\' is typed, the help for the python obj\
ect is returned.  This system is similar to the help function built in\
to the python interpreter, which has been renamed to help_python, with\
 the interactive component removed.  For the interactive python help s\
ystem, type \'help_python()\'.
    '''