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

Lines Matching refs:f_locals

121         # The f_locals dictionary is updated from the actual frame
122 # locals whenever the .f_locals accessor is called, so we
124 self.curframe_locals = self.curframe.f_locals
188 frame.f_locals['__return__'] = return_value
198 frame.f_locals['__exception__'] = exc_type, exc_value
640 self.curframe_locals = self.curframe.f_locals
651 self.curframe_locals = self.curframe.f_locals