Lines Matching defs:invoke
18 # or even w.ok.invoke()
332 # We can even do w.ok.invoke() because w.ok is subclassed from the
561 def invoke(self, name):
563 self.tk.call(self._w, 'invoke', name)
636 def invoke(self):
637 self.tk.call(self._w, 'invoke')
733 def invoke(self):
734 self.tk.call(self._w, 'invoke')
806 def invoke(self):
807 self.tk.call(self._w, 'invoke')
849 def invoke(self):
850 self.tk.call(self._w, 'invoke')
1370 def invoke(self, name):
1371 self.tk.call(self._w, 'invoke', name)
1417 def invoke(self, name):
1419 self.tk.call(self._w, 'invoke', name)