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

Method _displayof

Lib/tkinter/__init__.py:1638–1644  ·  view source on GitHub ↗

Internal function.

(self, displayof)

Source from the content-addressed store, hash-verified

1636 return self.tk.getboolean(string)
1637
1638 def _displayof(self, displayof):
1639 """Internal function."""
1640 if displayof:
1641 return ('-displayof', displayof)
1642 if displayof is None:
1643 return ('-displayof', self._w)
1644 return ()
1645
1646 @property
1647 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