MCPcopy 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_threadMethod · 0.45
test_serverMethod · 0.45
runMethod · 0.45
do_killMethod · 0.45
_set_socketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected