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

Method get_thread_local_trace_func

pydevd.py:1118–1123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1116 return _cache
1117
1118 def get_thread_local_trace_func(self):
1119 try:
1120 thread_trace_func = self._local_thread_trace_func.thread_trace_func
1121 except AttributeError:
1122 thread_trace_func = self.trace_dispatch
1123 return thread_trace_func
1124
1125 def enable_tracing(self, thread_trace_func=None, apply_to_all_threads=False):
1126 """

Callers 3

enable_tracingMethod · 0.95
_pydev_stop_at_breakFunction · 0.80
_schedule_callbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected