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