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

Class _dummyText

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

Source from the content-addressed store, hash-verified

1638 TixSubWidget.__init__(self, master, name, destroy_physically)
1639
1640class _dummyText(Text, TixSubWidget):
1641 def __init__(self, master, name, destroy_physically=1):
1642 TixSubWidget.__init__(self, master, name, destroy_physically)
1643
1644class _dummyScrolledListBox(ScrolledListBox, TixSubWidget):
1645 def __init__(self, master, name, destroy_physically=1):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected