MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / deletecommand

Method deletecommand

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:690–699  ·  view source on GitHub ↗

Internal function. Delete the Tcl command provided in NAME.

(self, name)

Source from the content-addressed store, hash-verified

688 self._tclCommands = None
689
690 def deletecommand(self, name):
691 """Internal function.
692
693 Delete the Tcl command provided in NAME."""
694 #print '- Tkinter: deleted command', name
695 self.tk.deletecommand(name)
696 try:
697 self._tclCommands.remove(name)
698 except ValueError:
699 pass
700
701 def tk_strictMotif(self, boolean=None):
702 """Set Tcl internal variable, whether the look and feel

Callers 10

callitMethod · 0.95
after_cancelMethod · 0.95
_unbindMethod · 0.95
__del__Method · 0.80
trace_removeMethod · 0.80
trace_vdeleteMethod · 0.80
destroyMethod · 0.80
deleteMethod · 0.80
dumpMethod · 0.80
closeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected