MCPcopy Index your code
hub / github.com/chasingboy/Xtools / get_console_text

Function get_console_text

xtools.py:569–573  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

567
568
569def get_console_text(view):
570 panel = view.window().find_output_panel('exec')
571 text = panel.substr(Region(0, panel.size()))
572 text = text.replace('Input Text:\n','')
573 return text
574
575
576def panel_print(view, edit, text):

Callers 6

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected