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

Method _displayof

Lib/tkinter/__init__.py:1620–1626  ·  view source on GitHub ↗

Internal function.

(self, displayof)

Source from the content-addressed store, hash-verified

1618 return self.tk.getboolean(string)
1619
1620 def _displayof(self, displayof):
1621 """Internal function."""
1622 if displayof:
1623 return ('-displayof', displayof)
1624 if displayof is None:
1625 return ('-displayof', self._w)
1626 return ()
1627
1628 @property
1629 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