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

Class _Helper

source code

Instance Methods [hide private]
 
__repr__(self) source code
 
__call__(self, *args, **kwds) source code
Class Variables [hide private]
  text = 'For assistance in using a function, simply type \'help...
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 to functions, if \'help(object)\' \
is typed, the help for the
python object is returned.  This system is similar to the help functio\
n built into the python
interpreter, which has been renamed to help_python, with the interacti\
ve component removed.  For the
...