D | exported-sql-viewer.py | 429 def Find(self, direction): argument 434 self.finder.Find(value, direction, pattern, self.context) 448 def NextPrev(self, direction): argument 465 self.Find(direction) 704 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern: 706 elif c.direction > 0: 712 def Find(self, value, direction, pattern, context, callback): argument 715 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x 717 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se… 719 context[0].Update(value, direction, pattern) [all …]
|