Staging
v0.5.1
https://github.com/python/cpython
Revision f5831ae92e0c0689a14da7f636ba471c6209c1ca authored by Guido van Rossum on 20 November 1997, 15:42:18 UTC, committed by Guido van Rossum on 20 November 1997, 15:42:18 UTC
1 parent 4552f3d
Raw File
Tip revision: f5831ae92e0c0689a14da7f636ba471c6209c1ca authored by Guido van Rossum on 20 November 1997, 15:42:18 UTC
New blurb, derived from my Handbook of Object Technology abstract.
Tip revision: f5831ae
libmain.tex
\section{Built-in Module \sectcode{__main__}}
\label{module-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