Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ shutdown
Method
shutdown
tests/test_check_pydevconsole.py:56–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
client_server.serve_forever()
55
56
def
shutdown(self):
57
return
58
self.client_server.shutdown()
59
60
client_thread = ClientThread(client_port)
61
client_thread.requested_input = False
Callers
6
do_kill_pydev_thread
Method · 0.45
test_server
Method · 0.45
run
Method · 0.45
do_kill
Method · 0.45
_set_socket
Method · 0.45
_debugger_case_matplotlib.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected