MCPcopy Index your code
hub / github.com/RustPython/RustPython / _root

Method _root

Lib/tkinter/__init__.py:1707–1711  ·  view source on GitHub ↗

Internal function.

(self)

Source from the content-addressed store, hash-verified

1705 register = _register
1706
1707 def _root(self):
1708 """Internal function."""
1709 w = self
1710 while w.master is not None: w = w.master
1711 return w
1712 _subst_format = ('%#', '%b', '%f', '%h', '%k',
1713 '%s', '%t', '%w', '%x', '%y',
1714 '%A', '%E', '%K', '%N', '%W', '%T', '%X', '%Y', '%D')

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected