mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Patch:
[ 1003863 ] adds an index entry for __all__ to the tutorial
This commit is contained in:
parent
8def876d36
commit
b6d9fc38e8
1 changed files with 1 additions and 1 deletions
|
@ -2767,7 +2767,7 @@ class or function or variable defined in the previous item.
|
||||||
|
|
||||||
\subsection{Importing * From a Package \label{pkg-import-star}}
|
\subsection{Importing * From a Package \label{pkg-import-star}}
|
||||||
%The \code{__all__} Attribute
|
%The \code{__all__} Attribute
|
||||||
|
\index{__all__}
|
||||||
Now what happens when the user writes \code{from Sound.Effects import
|
Now what happens when the user writes \code{from Sound.Effects import
|
||||||
*}? Ideally, one would hope that this somehow goes out to the
|
*}? Ideally, one would hope that this somehow goes out to the
|
||||||
filesystem, finds which submodules are present in the package, and
|
filesystem, finds which submodules are present in the package, and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue