Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 60d67c7afecd593616a14cde324382d7554da8f3 authored by cvs2svn on 13 April 1999, 15:52:45 UTC
This commit was manufactured by cvs2svn to create tag 'r152'.
Tip revision: 60d67c7
libmain.tex
\section{\module{__main__} ---
         Top-level script environment.}
\declaremodule[main]{builtin}{__main__}

\modulesynopsis{The environment where the top-level script is run.}

This module represents the (otherwise anonymous) scope in which the
interpreter's main program executes --- commands read either from
standard input or from a script file.
back to top