| Guido van Rossum | 5fdeeea | 1994-01-02 01:22:07 +0000 | [diff] [blame] | 1 | \section{Built-in Module \sectcode{__main__}} |
| 2 | |||||
| 3 | \bimodindex{__main__} | ||||
| 4 | This module represents the (otherwise anonymous) scope in which the | ||||
| 5 | interpreter's main program executes --- commands read either from | ||||
| 6 | standard input or from a script file. | ||||