Interactive keyword help

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Feb 15 18:57:49 EST 2012


On Wed, 15 Feb 2012 11:23:20 -0600, Andrew Berg wrote:

> help() is a built-in function, not a keyword.
> http://docs.python.org/library/functions.html#help
> http://docs.python.org/py3k/library/functions.html#help

Technically, it's not actually built-in, it is added to the built-ins by 
site.py.


-- 
Steven



More information about the Python-list mailing list