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

Class _dummyEntry

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

Source from the content-addressed store, hash-verified

1610 TixSubWidget.__init__(self, master, name, destroy_physically)
1611
1612class _dummyEntry(Entry, TixSubWidget):
1613 def __init__(self, master, name, destroy_physically=1):
1614 TixSubWidget.__init__(self, master, name, destroy_physically)
1615
1616class _dummyFrame(Frame, TixSubWidget):
1617 def __init__(self, master, name, destroy_physically=1):

Callers 5

__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