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

Method __init__

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

Source from the content-addressed store, hash-verified

1356
1357 # FIXME: It should inherit -superclass tixLabelWidget
1358 def __init__(self, master, cnf={}, **kw):
1359 TixWidget.__init__(self, master, 'tixSelect',
1360 ['allowzero', 'radio', 'orientation', 'labelside',
1361 'options'],
1362 cnf, kw)
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))

Callers

nothing calls this directly

Calls 2

_dummyLabelClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected