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

Method __init__

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

Source from the content-addressed store, hash-verified

1083 frame Frame"""
1084
1085 def __init__ (self,master=None,cnf={}, **kw):
1086 TixWidget.__init__(self, master, 'tixLabelFrame',
1087 ['labelside','options'], cnf, kw)
1088 self.subwidget_list['label'] = _dummyLabel(self, 'label')
1089 self.subwidget_list['frame'] = _dummyFrame(self, 'frame')
1090
1091
1092class ListNoteBook(TixWidget):

Callers

nothing calls this directly

Calls 3

_dummyLabelClass · 0.85
_dummyFrameClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected