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