mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Revise the __all__ index entry a touch.
This commit is contained in:
parent
33ec3ba217
commit
27cae1f7c5
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +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
|
||||
module's namespace which do not begin with an underscore character
|
||||
(\character{_}).
|
||||
\index{__all__}
|
||||
\withsubitem{(optional module attribute)}{\ttindex{__all__}}
|
||||
|
||||
The \keyword{from} form with \samp{*} may only occur in a module
|
||||
scope. If the wild card form of import --- \samp{import *} --- is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue