src/eric7/DebugClients/Python/PyProfile.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10688:0d9853ceb288 10689:3ede487187f2
145 @type list of Any 145 @type list of Any
146 @return flag indicating a successful handling 146 @return flag indicating a successful handling
147 @rtype int 147 @rtype int
148 """ 148 """
149 if self.cur and frame.f_back is not self.cur[-2]: 149 if self.cur and frame.f_back is not self.cur[-2]:
150 rpt, rit, ret, rfn, rframe, rcur = self.cur 150 _rpt, _rit, _ret, rfn, rframe, _rcur = self.cur
151 if not isinstance(rframe, profile.Profile.fake_frame): 151 if not isinstance(rframe, profile.Profile.fake_frame):
152 assert rframe.f_back is frame.f_back, ( # secok 152 assert rframe.f_back is frame.f_back, ( # secok
153 "Bad call", 153 "Bad call",
154 rfn, 154 rfn,
155 rframe, 155 rframe,

eric ide

mercurial