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

Class _dummyFrame

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

Source from the content-addressed store, hash-verified

1614 TixSubWidget.__init__(self, master, name, destroy_physically)
1615
1616class _dummyFrame(Frame, TixSubWidget):
1617 def __init__(self, master, name, destroy_physically=1):
1618 TixSubWidget.__init__(self, master, name, destroy_physically)
1619
1620class _dummyLabel(Label, TixSubWidget):
1621 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