Add __all__ to Reference Manual index.

Closes SF 643227.
This commit is contained in:
Raymond Hettinger 2002-12-07 09:39:15 +00:00
parent c1ac194e94
commit f9229d98ae
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@ considered public and are required to exist. If \code{__all__} is not
defined, the set of public names includes all names found in the defined, the set of public names includes all names found in the
module's namespace which do not begin with an underscore character module's namespace which do not begin with an underscore character
(\character{_}). (\character{_}).
\index{__all__}
The \keyword{from} form with \samp{*} may only occur in a module The \keyword{from} form with \samp{*} may only occur in a module
scope. If the wild card form of import --- \samp{import *} --- is scope. If the wild card form of import --- \samp{import *} --- is