_common

This module redefines the global help() function. If the ‘thing’ being requested for help has the ‘__help__’ attribute, then that string is used to provide help information. Otherwise, the standard help utility is used.

Functions

help([thing])