Staging
v0.5.1
https://github.com/python/cpython
Revision fa59e838132ab11e1d60fe7e05c9032378c2aa7b authored by Guido van Rossum on 21 September 1994, 11:36:19 UTC, committed by Guido van Rossum on 21 September 1994, 11:36:19 UTC
1 parent 798199d
Raw File
Tip revision: fa59e838132ab11e1d60fe7e05c9032378c2aa7b authored by Guido van Rossum on 21 September 1994, 11:36:19 UTC
Fix bug if tmpcache is None
Tip revision: fa59e83
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