Home
last modified time | relevance | path

Searched refs:deletecommand (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DWidgetRedirector.py62 tk.deletecommand(w)
/external/python/cpython3/Lib/idlelib/
Dredirector.py62 tk.deletecommand(w)
/external/python/cpython3/Lib/tkinter/
D__init__.py337 self._tk.deletecommand(name)
395 self._tk.deletecommand(cbname)
442 self._tk.deletecommand(cbname)
592 self.tk.deletecommand(name)
594 def deletecommand(self, name): member in Misc
599 self.tk.deletecommand(name)
752 self.deletecommand(name)
777 self.deletecommand(script)
1257 self.deletecommand(funcid)
2445 self.deletecommand(funcid)
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkinter.py264 self._tk.deletecommand(name)
313 self._tk.deletecommand(cbname)
448 self.tk.deletecommand(name)
450 def deletecommand(self, name): member in Misc
455 self.tk.deletecommand(name)
599 self.deletecommand(name)
624 self.deletecommand(script)
1109 self.deletecommand(funcid)
2281 self.deletecommand(funcid)
2788 self.deletecommand(c)
[all …]
/external/python/cpython3/Lib/test/
Dtest_tcl.py473 self.addCleanup(self.interp.tk.deletecommand, 'testfunc')
728 self.assertRaises(OverflowError, tk.deletecommand, value)
/external/python/cpython2/Lib/test/
Dtest_tcl.py493 self.addCleanup(self.interp.tk.deletecommand, 'testfunc')
763 self.assertRaises(OverflowError, tk.deletecommand, value)