Staging
v0.5.1
https://github.com/python/cpython
Revision c148cd6cdde0bb1d67d69b2424cb22ba9ccb4110 authored by Guido van Rossum on 23 October 1996, 16:25:38 UTC, committed by Guido van Rossum on 23 October 1996, 16:25:38 UTC
1 parent 71ec03b
Raw File
Tip revision: c148cd6cdde0bb1d67d69b2424cb22ba9ccb4110 authored by Guido van Rossum on 23 October 1996, 16:25:38 UTC
Ignore Frame backup and lock files.
Tip revision: c148cd6
libmain.tex
\section{Built-in Module \sectcode{__main__}}

\bimodindex{__main__}
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