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

Method add

Lib/tkinter/__init__.py:3504–3507  ·  view source on GitHub ↗

Internal function.

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

Source from the content-addressed store, hash-verified

3502 self.tk.call(self._w, 'activate', index)
3503
3504 def add(self, itemType, cnf={}, **kw):
3505 """Internal function."""
3506 self.tk.call((self._w, 'add', itemType) +
3507 self._options(cnf, kw))
3508
3509 def add_cascade(self, cnf={}, **kw):
3510 """Add hierarchical menu item."""

Callers 5

add_cascadeMethod · 0.95
add_checkbuttonMethod · 0.95
add_commandMethod · 0.95
add_radiobuttonMethod · 0.95
add_separatorMethod · 0.95

Calls 2

callMethod · 0.45
_optionsMethod · 0.45

Tested by

no test coverage detected