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

Method _root

Lib/tkinter/__init__.py:1725–1729  ·  view source on GitHub ↗

Internal function.

(self)

Source from the content-addressed store, hash-verified

1723 register = _register
1724
1725 def _root(self):
1726 """Internal function."""
1727 w = self
1728 while w.master is not None: w = w.master
1729 return w
1730 _subst_format = ('%#', '%b', '%d', '%f', '%h', '%k',
1731 '%s', '%t', '%w', '%x', '%y',
1732 '%A', '%E', '%K', '%N', '%W', '%T', '%X', '%Y', '%D')

Callers 14

bind_allMethod · 0.95
unbind_allMethod · 0.95
bind_classMethod · 0.95
unbind_classMethod · 0.95
_windowingsystemMethod · 0.95
_report_exceptionMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80
nametowidgetMethod · 0.80
__init__Method · 0.80
grepFunction · 0.80
replaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected