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

Method add

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

Source from the content-addressed store, hash-verified

1363 self.subwidget_list['label'] = _dummyLabel(self, 'label')
1364
1365 def add(self, name, cnf={}, **kw):
1366 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1367 self.subwidget_list[name] = _dummyButton(self, name)
1368 return self.subwidget_list[name]
1369
1370 def invoke(self, name):
1371 self.tk.call(self._w, 'invoke', name)

Callers

nothing calls this directly

Calls 3

_dummyButtonClass · 0.85
callMethod · 0.80
_optionsMethod · 0.45

Tested by

no test coverage detected