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 = '\nThis is a python class which contains us...
  __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 f\
unctions, either place a
period at the end of class name and hit the tab key, or type \'dir(cla\
ss_name)\'.
'''