(self)
| 10840 | return _BuildResults(self, False, self) |
| 10841 | |
| 10842 | def _start_autoclose_timer(self): |
| 10843 | duration = DEFAULT_AUTOCLOSE_TIME if self.AutoCloseDuration is None else self.AutoCloseDuration |
| 10844 | self.TKAfterID = self.TKroot.after(int(duration * 1000), self._AutoCloseAlarmCallback) |
| 10845 | |
| 10846 | def finalize(self): |
| 10847 | """ |