MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / close

Method close

tests_python/test_console.py:81–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 wait_for_condition(_hello)
80
81 def close(self):
82 try:
83 runner.proxy.close()
84 except:
85 # Ignore any errors on close.
86 pass
87
88 def connect_to_debugger(self, debugger_port):
89 runner.proxy.connectToDebugger(debugger_port)

Callers 15

on_closeFunction · 0.45
test_editMethod · 0.45
make_modMethod · 0.45
test_debug_zip_filesFunction · 0.45
runMethod · 0.45
do_killMethod · 0.45
do_killMethod · 0.45
_set_socketMethod · 0.45
test_zip_pathsFunction · 0.45
test_console_simpleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected