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

Method __init__

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

Source from the content-addressed store, hash-verified

841
842 # FIXME: It should inherit -superclass tixLabelWidget
843 def __init__(self, master, cnf={}, **kw):
844 TixWidget.__init__(self, master, 'tixFileEntry',
845 ['dialogtype', 'options'], cnf, kw)
846 self.subwidget_list['button'] = _dummyButton(self, 'button')
847 self.subwidget_list['entry'] = _dummyEntry(self, 'entry')
848
849 def invoke(self):
850 self.tk.call(self._w, 'invoke')

Callers

nothing calls this directly

Calls 3

_dummyButtonClass · 0.85
_dummyEntryClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected