MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/idlelib/pathbrowser.py:11–18  ·  view source on GitHub ↗

_htest - bool, change box location when running htest

(self, master, *, _htest=False, _utest=False)

Source from the content-addressed store, hash-verified

9class PathBrowser(ModuleBrowser):
10
11 def __init__(self, master, *, _htest=False, _utest=False):
12 """
13 _htest - bool, change box location when running htest
14 """
15 self.master = master
16 self._htest = _htest
17 self._utest = _utest
18 self.init()
19
20 def settitle(self):
21 "Set window titles."

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected