MCPcopy Index your code
hub / github.com/RustPython/RustPython / add_command

Method add_command

Lib/tkinter/__init__.py:3517–3519  ·  view source on GitHub ↗

Add command menu item.

(self, cnf={}, **kw)

Source from the content-addressed store, hash-verified

3515 self.add('checkbutton', cnf or kw)
3516
3517 def add_command(self, cnf={}, **kw):
3518 """Add command menu item."""
3519 self.add('command', cnf or kw)
3520
3521 def add_radiobutton(self, cnf={}, **kw):
3522 """Add radio menu item."""

Callers 1

__init__Method · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected