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

Function reapply_settrace

pydevd_tracing.py:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114
115
116def reapply_settrace():
117 try:
118 tracing_func = _last_tracing_func_thread_local.tracing_func
119 except AttributeError:
120 return
121 else:
122 SetTrace(tracing_func)
123
124
125def replace_sys_set_trace_func():

Callers

nothing calls this directly

Calls 1

SetTraceFunction · 0.85

Tested by

no test coverage detected