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

Method settitle

Lib/idlelib/pathbrowser.py:20–23  ·  view source on GitHub ↗

Set window titles.

(self)

Source from the content-addressed store, hash-verified

18 self.init()
19
20 def settitle(self):
21 "Set window titles."
22 self.top.wm_title("Path Browser")
23 self.top.wm_iconname("Path Browser")
24
25 def rootnode(self):
26 return PathBrowserTreeItem()

Callers

nothing calls this directly

Calls 2

wm_titleMethod · 0.80
wm_iconnameMethod · 0.80

Tested by

no test coverage detected