| 1634 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1635 | |
| 1636 | class _dummyScrollbar(Scrollbar, TixSubWidget): |
| 1637 | def __init__(self, master, name, destroy_physically=1): |
| 1638 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1639 | |
| 1640 | class _dummyText(Text, TixSubWidget): |
| 1641 | def __init__(self, master, name, destroy_physically=1): |
no outgoing calls
no test coverage detected