Lines Matching full:locals
462 def __init__(self, expr, locals, globals, lineno=None):464 self.locals = locals471 children.append(self.locals)478 if self.locals is not None:479 nodelist.append(self.locals)485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))