blob: 949d2b222a8cb8b0917455f4144a9476ead5cfca [file] [log] [blame]
Fred Drake295da241998-08-10 19:42:37 +00001\section{\module{__main__} ---
2 Top-level script environment.}
Fred Drakeb91e9341998-07-23 17:59:49 +00003\declaremodule[main]{builtin}{__main__}
4
5\modulesynopsis{The environment where the top-level script is run.}
6
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00007This module represents the (otherwise anonymous) scope in which the
8interpreter's main program executes --- commands read either from
9standard input or from a script file.