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

Method _displayof

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

Internal function.

(self, displayof)

Source from the content-addressed store, hash-verified

1523 return self.tk.getboolean(string)
1524
1525 def _displayof(self, displayof):
1526 """Internal function."""
1527 if displayof:
1528 return ('-displayof', displayof)
1529 if displayof is None:
1530 return ('-displayof', self._w)
1531 return ()
1532
1533 @property
1534 def _windowingsystem(self):

Callers 6

bellMethod · 0.95
winfo_atomMethod · 0.95
winfo_atomnameMethod · 0.95
winfo_containingMethod · 0.95
winfo_interpsMethod · 0.95
winfo_pathnameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected