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

Class _dummyFileComboBox

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1716–1719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714 self.subwidget_list['selection'] = _dummyComboBox(self, 'selection')
1715
1716class _dummyFileComboBox(ComboBox, TixSubWidget):
1717 def __init__(self, master, name, destroy_physically=1):
1718 TixSubWidget.__init__(self, master, name, destroy_physically)
1719 self.subwidget_list['dircbx'] = _dummyComboBox(self, 'dircbx')
1720
1721class _dummyStdButtonBox(StdButtonBox, TixSubWidget):
1722 def __init__(self, master, name, destroy_physically=1):

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected