Internal function.
(self, displayof)
| 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): |
no outgoing calls
no test coverage detected