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

Method collect_info

tests_python/test_frame_evaluator.py:19–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class CheckClass(object):
19 def collect_info(self):
20 from _pydevd_frame_eval import pydevd_frame_evaluator
21
22 thread_info = pydevd_frame_evaluator.get_thread_info_py()
23 self.thread_info = thread_info
24
25
26@pytest.mark.parametrize("_times", range(2))

Callers 1

test_thread_infoFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected