Lines Matching refs:dictionary
29 globals dictionary. The module's code is first located using the standard
35 that package is then executed and the resulting module globals dictionary
38 The optional dictionary argument *init_globals* may be used to pre-populate
39 the module's globals dictionary before the code is executed. The supplied
40 dictionary will not be modified. If any of the special global variables
41 below are defined in the supplied dictionary, those definitions are
45 and ``__package__`` are set in the globals dictionary before the module
90 module globals dictionary. As with a script name supplied to the CPython
103 The optional dictionary argument *init_globals* may be used to pre-populate
104 the module's globals dictionary before the code is executed. The supplied
105 dictionary will not be modified. If any of the special global variables
106 below are defined in the supplied dictionary, those definitions are
110 and ``__package__`` are set in the globals dictionary before the module