Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9229d9

Browse files
committed
Add __all__ to Reference Manual index.
Closes SF 643227.
1 parent c1ac194 commit f9229d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ \section{The \keyword{import} statement \label{import}}
703703
defined, the set of public names includes all names found in the
704704
module's namespace which do not begin with an underscore character
705705
(\character{_}).
706+
\index{__all__}
706707
707708
The \keyword{from} form with \samp{*} may only occur in a module
708709
scope. If the wild card form of import --- \samp{import *} --- is

0 commit comments

Comments
 (0)