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

Method add

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:868–869  ·  view source on GitHub ↗
(self, entry, cnf={}, **kw)

Source from the content-addressed store, hash-verified

866 ['columns', 'options'], cnf, kw)
867
868 def add(self, entry, cnf={}, **kw):
869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
870
871 def add_child(self, parent=None, cnf={}, **kw):
872 if parent is None:

Callers 15

create2Method · 0.45
test_addMethod · 0.45
test_forgetMethod · 0.45
test_paneMethod · 0.45
test_sashposMethod · 0.45
setUpMethod · 0.45
test_tab_identifiersMethod · 0.45
test_add_and_hiddenMethod · 0.45
test_forgetMethod · 0.45
test_tag_bindMethod · 0.45
segregateFunction · 0.45
_task_print_stackFunction · 0.45

Calls 2

callMethod · 0.80
_optionsMethod · 0.45

Tested by 10

create2Method · 0.36
test_addMethod · 0.36
test_forgetMethod · 0.36
test_paneMethod · 0.36
test_sashposMethod · 0.36
setUpMethod · 0.36
test_tab_identifiersMethod · 0.36
test_add_and_hiddenMethod · 0.36
test_forgetMethod · 0.36
test_tag_bindMethod · 0.36