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

Method __init__

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

Source from the content-addressed store, hash-verified

621
622 # FIXME: It should inherit -superclass tixLabelWidget
623 def __init__ (self, master=None, cnf={}, **kw):
624 TixWidget.__init__(self, master, 'tixControl', ['options'], cnf, kw)
625 self.subwidget_list['incr'] = _dummyButton(self, 'incr')
626 self.subwidget_list['decr'] = _dummyButton(self, 'decr')
627 self.subwidget_list['label'] = _dummyLabel(self, 'label')
628 self.subwidget_list['entry'] = _dummyEntry(self, 'entry')
629
630 def decrement(self):
631 self.tk.call(self._w, 'decr')

Callers

nothing calls this directly

Calls 4

_dummyButtonClass · 0.85
_dummyLabelClass · 0.85
_dummyEntryClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected