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

Module help

source code

The prompt UI help system.

Classes [hide private]
  _Helper
  _Helper_python
Variables [hide private]
  status = Status()
  relax_class_help = 'This is a python class which contains user...
  __package__ = 'prompt'

Imports: pydoc, sys, wrap, Status


Variables Details [hide private]

relax_class_help

Value:
'This is a python class which contains user functions.  To list these \
functions, either place a period at the end of class name and hit the \
tab key, or type \'dir(class_name)\'.'