Searched refs:SetScopeFrameByIndex (Results 1 – 3 of 3) sorted by relevance
29 if Symbols.SetScopeFrameByIndex(idx):31 Symbols.SetScopeFrameByIndex(prevscope)
167 self.client.Symbols.SetScopeFrameByIndex(frame_idx)177 self.client.Symbols.SetScopeFrameByIndex(orig_scope_idx)
293 def SetScopeFrameByIndex(self, idx): member in Symbols294 res = self.vt.SetScopeFrameByIndex(self.symbols, idx)