Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ run
Method
run
tests_python/test_utilities.py:500–501 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
498
self.event = threading.Event()
499
500
def
run(self):
501
self.event.wait(10)
502
503
current_count = threading.active_count()
504
t0 = T(True)
Callers
7
python_run
Function · 0.45
test_save_locals.py
File · 0.45
test_evaluate_expression_async_exec
Function · 0.45
test_evaluate_expression_async_exec_as_eval
Function · 0.45
test_evaluate_expression_async_exec_error
Function · 0.45
test_evaluate_expression_async_eval
Function · 0.45
test_evaluate_expression_async_eval_error
Function · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected