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

Class CheckClass

tests_python/test_frame_evaluator.py:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
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.85

Calls

no outgoing calls

Tested by 1

test_thread_infoFunction · 0.68