Close a previously opened EasyPrint window :return: :rtype:
()
| 18500 | |
| 18501 | |
| 18502 | def easy_print_close(): |
| 18503 | """ |
| 18504 | Close a previously opened EasyPrint window |
| 18505 | |
| 18506 | :return: |
| 18507 | :rtype: |
| 18508 | """ |
| 18509 | if _DebugWin.debug_window is not None: |
| 18510 | _DebugWin.debug_window.Close() |
| 18511 | _DebugWin.debug_window = None |
| 18512 | |
| 18513 | |
| 18514 | # d8b 888 |