Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b6d9fc38
Commit
b6d9fc38
authored
Aug 07, 2004
by
Michael W. Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch:
[ 1003863 ] adds an index entry for __all__ to the tutorial
parent
8def876d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tut/tut.tex
Doc/tut/tut.tex
+1
-1
No files found.
Doc/tut/tut.tex
View file @
b6d9fc38
...
...
@@ -2767,7 +2767,7 @@ class or function or variable defined in the previous item.
\subsection
{
Importing
*
From a Package
\label
{
pkg
-
import
-
star
}}
%The \code{__all__} Attribute
\index
{__
all
__}
Now what happens when the user writes
\code
{
from Sound.Effects import
*
}
? Ideally, one would hope that this somehow goes out to the
filesystem, finds which submodules are present in the package, and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment