MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / easy_print_close

Function easy_print_close

PySimpleGUI/PySimpleGUI.py:18502–18511  ·  view source on GitHub ↗

Close a previously opened EasyPrint window :return: :rtype:

()

Source from the content-addressed store, hash-verified

18500
18501
18502def 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

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected