gdesk.panels.console.consoleproxy module¶
- class gdesk.panels.console.consoleproxy.ConsoleGuiProxy¶
Bases:
gdesk.core.gui_proxy.GuiProxyBase
- attach(gui)¶
- category = 'console'¶
- static child(init_caller, *args)¶
- static clc()¶
Clear the Console Output
- static console(pandid=None, consoletype='thread')¶
Select or create an image panel with id image_id or auto id Returns the shared array of the panel and the id.
- Parameters
consoletype (str) – ‘main’, ‘thread’, ‘child’, ‘child-thread’, ‘process’
- execute_code(code_string, panid=None)¶
- execute_file(filepath, panid=None)¶
- static open(filepath)¶
- opens_with = ['.py']¶
- static release_side_thread(panid)¶
- set_mode(mode='input', panid=None)¶
- static show(panid)¶
- show_me()¶
- static sync_paths(source_panid=0, target_panid=1)¶
Syncing sys.path and the live paths from source to target.
- static text()¶