Lines Matching refs:executed
18 Note that this is *not* a sandbox module - all code is executed in the
22 Furthermore, any functions and classes defined by the executed code are not
37 import mechanism (refer to :pep:`302` for details) and then executed in a
43 that package is then executed and the resulting module globals dictionary
47 the module's globals dictionary before the code is executed. The supplied
54 dictionary before the module code is executed (Note that this is a
72 module being executed. Both ``sys.argv[0]`` and ``sys.modules[__name__]``
107 For a simple script, the specified code is simply executed in a fresh
116 the module's globals dictionary before the code is executed. The supplied
123 dictionary before the module code is executed (Note that this is a
144 with a temporary module object for the module being executed. All
164 than being executed directly.