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

Lines Matching refs:globs

480         globs = self.curframe.f_globals if hasattr(self, 'curframe') else None
481 line = linecache.getline(filename, lineno, globs)