Kaydet (Commit) 27cae1f7 authored tarafından Fred Drake's avatar Fred Drake

Revise the __all__ index entry a touch.

üst 33ec3ba2
...@@ -703,7 +703,7 @@ considered public and are required to exist. If \code{__all__} is not ...@@ -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 defined, the set of public names includes all names found in the
module's namespace which do not begin with an underscore character module's namespace which do not begin with an underscore character
(\character{_}). (\character{_}).
\index{__all__} \withsubitem{(optional module attribute)}{\ttindex{__all__}}
The \keyword{from} form with \samp{*} may only occur in a module The \keyword{from} form with \samp{*} may only occur in a module
scope. If the wild card form of import --- \samp{import *} --- is scope. If the wild card form of import --- \samp{import *} --- is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment