Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c246cb7 commit 830d8b8Copy full SHA for 830d8b8
1 file changed
Doc/tut/tut.tex
@@ -2767,7 +2767,8 @@ \section{Packages \label{packages}}
2767
2768
\subsection{Importing * From a Package \label{pkg-import-star}}
2769
%The \code{__all__} Attribute
2770
-\index{__all__}
+
2771
+\ttindex{__all__}
2772
Now what happens when the user writes \code{from Sound.Effects import
2773
*}? Ideally, one would hope that this somehow goes out to the
2774
filesystem, finds which submodules are present in the package, and
0 commit comments