(self)
| 18422 | SUPPRESS_WIDGET_NOT_FINALIZED_WARNINGS = suppress |
| 18423 | |
| 18424 | def Close(self): |
| 18425 | if self.window.XFound: # increment the number of open windows to get around a bug with debug windows |
| 18426 | Window._IncrementOpenCount() |
| 18427 | self.window.close() |
| 18428 | self.window = None |
| 18429 | |
| 18430 | |
| 18431 | def easy_print(*args, size=(None, None), end=None, sep=None, location=(None, None), relative_location=(None, None), font=None, no_titlebar=False, |
no test coverage detected