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

Method __init__

pydevd.py:3265–3274  ·  view source on GitHub ↗
(self, dispatcher)

Source from the content-addressed store, hash-verified

3263
3264class DispatchReader(ReaderThread):
3265 def __init__(self, dispatcher):
3266 self.dispatcher = dispatcher
3267
3268 ReaderThread.__init__(
3269 self,
3270 get_global_debugger(),
3271 self.dispatcher.client,
3272 PyDevJsonCommandProcessor=PyDevJsonCommandProcessor,
3273 process_net_command=process_net_command,
3274 )
3275
3276 @overrides(ReaderThread._on_run)
3277 def _on_run(self):

Callers

nothing calls this directly

Calls 2

get_global_debuggerFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected