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

Function dispatch

pydevd.py:3306–3317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3304
3305
3306def dispatch():
3307 setup = SetupHolder.setup
3308 host = setup["client"]
3309 port = setup["port"]
3310 if DISPATCH_APPROACH == DISPATCH_APPROACH_EXISTING_CONNECTION:
3311 dispatcher = Dispatcher()
3312 try:
3313 dispatcher.connect(host, port)
3314 port = dispatcher.port
3315 finally:
3316 dispatcher.close()
3317 return host, port
3318
3319
3320def settrace_forked(setup_tracing=True):

Callers 1

settrace_forkedFunction · 0.85

Calls 3

connectMethod · 0.95
closeMethod · 0.95
DispatcherClass · 0.85

Tested by

no test coverage detected