Home | History | Annotate | Download | only in compiler

Lines Matching full:globals

462     def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
1417 for name, obj in globals().items():