Searched refs:frame_locals (Results 1 – 3 of 3) sorted by relevance
29 frame_locals = frame.f_locals32 if 'self' in frame_locals:33 s = frame_locals['self']39 if 'module' in frame_locals:40 module = frame_locals['module']43 elif 'm' in frame_locals:44 module = frame_locals['m']
136 def frame_locals(self, fid): member in IdbAdapter
133 def frame_locals(self, fid): member in IdbAdapter