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

Method _root

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1612–1616  ·  view source on GitHub ↗

Internal function.

(self)

Source from the content-addressed store, hash-verified

1610 register = _register
1611
1612 def _root(self):
1613 """Internal function."""
1614 w = self
1615 while w.master is not None: w = w.master
1616 return w
1617 _subst_format = ('%#', '%b', '%f', '%h', '%k',
1618 '%s', '%t', '%w', '%x', '%y',
1619 '%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