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

Lines Matching refs:f_globals

224         globals = self.curframe.f_globals
388 self.curframe.f_globals,
480 globs = self.curframe.f_globals if hasattr(self, 'curframe') else None
714 globals = self.curframe.f_globals
760 return eval(arg, self.curframe.f_globals,
811 self.curframe.f_globals)
830 value = eval(arg, self.curframe.f_globals,