blob: 8ce73a8081422a516d385faf01f751188566bf55 [file] [log] [blame]
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00001\section{Built-in Module \sectcode{__main__}}
Guido van Rossume47da0a1997-07-17 16:34:52 +00002\label{module-main}
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00003\bimodindex{__main__}
4This module represents the (otherwise anonymous) scope in which the
5interpreter's main program executes --- commands read either from
6standard input or from a script file.