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

Class _dummyLabel

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

Source from the content-addressed store, hash-verified

1618 TixSubWidget.__init__(self, master, name, destroy_physically)
1619
1620class _dummyLabel(Label, TixSubWidget):
1621 def __init__(self, master, name, destroy_physically=1):
1622 TixSubWidget.__init__(self, master, name, destroy_physically)
1623
1624class _dummyListbox(Listbox, TixSubWidget):
1625 def __init__(self, master, name, destroy_physically=1):

Callers 7

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected