MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / close

Method close

pydevd.py:3257–3261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3255 self.reader.run()
3256
3257 def close(self):
3258 try:
3259 self.reader.do_kill_pydev_thread()
3260 except:
3261 pass
3262
3263
3264class DispatchReader(ReaderThread):

Callers 7

dispatchFunction · 0.95
mainFunction · 0.95
do_kill_pydev_threadMethod · 0.45
do_kill_pydev_threadMethod · 0.45
runMethod · 0.45

Calls 1

do_kill_pydev_threadMethod · 0.45

Tested by

no test coverage detected