Lines Matching refs:result
20 # The result is a GUI window with a tree representing a context-sensitive
202 done, result = self.task()
204 done, result = self.task(self.param)
205 self.done.emit(result)
227 result = self.Item(parent).childCount()
228 if result < 0:
229 result = 0
231 return result
784 # Turn the query result into a list of ids that the tree view can walk
979 # Turn the query result into a list of ids that the tree view can walk
2405 self.result = None
2423 self.result = self.init_fn(db)
2431 return self.result
2710 result = self.fetched
2711 extra = result + nr - self.target
2718 return result
4345 The result is a GUI window with a tree representing a context-sensitive
4465 will go to the next/previous result in id order, instead of display order.
4758 result = sizeof(c_void_p)
4774 result = True if eclass == 2 else False
4775 return result