Home | History | Annotate | Download | only in compiler

Lines Matching full:locals

206         self.locals = misc.Stack()
267 return self.locals.top().has_elt(name)
354 self.locals.push(lnf.getLocals())
1068 if node.locals is None:
1071 self.visit(node.locals)
1370 self.locals.push(lnf.getLocals())
1448 self.locals.push(lnf.getLocals())