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

Method __init__

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:676–680  ·  view source on GitHub ↗
(self, master, cnf={}, **kw)

Source from the content-addressed store, hash-verified

674
675 # FIXME: It should inherit -superclass tixScrolledHList
676 def __init__(self, master, cnf={}, **kw):
677 TixWidget.__init__(self, master, 'tixDirTree', ['options'], cnf, kw)
678 self.subwidget_list['hlist'] = _dummyHList(self, 'hlist')
679 self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
680 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
681
682 def chdir(self, dir):
683 self.tk.call(self._w, 'chdir', dir)

Callers

nothing calls this directly

Calls 3

_dummyHListClass · 0.85
_dummyScrollbarClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected