Home | History | Annotate | Download | only in python2.7

Lines Matching full:globals

203         return __import__(module, globals(), locals(), ["*"])
480 - globs: The namespace (aka globals) that the examples should
500 DocTest's globals are initialized with a copy of `globs`.
841 The globals for each DocTest is formed by combining `globs`
843 in `globs`). A new copy of the globals dictionary is created
872 # Supply the module globals in case the module was
885 # Initialize globals, and merge in extraglobs.
1739 If a failure or error occurs, the globals are left intact:
1759 But the globals are cleared if there is no error:
1817 Optional keyword arg "globs" gives a dict to be used as the globals
1823 merged into the globals that are used to execute examples. By
1824 default, no extra globals are used. This is new in 2.4.
1930 Optional keyword arg "globs" gives a dict to be used as the globals
1936 merged into the globals that are used to execute examples. By
1937 default, no extra globals are used.
1991 # Assemble the globals.
2027 as globals. Optional argument `name` is used in failure messages.
2354 object. The setUp function can access the test globals as the
2360 object. The tearDown function can access the test globals as the
2483 object. The setUp function can access the test globals as the
2489 object. The tearDown function can access the test globals as the
2770 if '__loader__' in globals(): # python -m