Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ on_timeout
Function
on_timeout
tests_python/test_timeout_tracker.py:25–27 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
23
raise_timeout = pydevd_timeout.create_interrupt_this_thread_callback()
24
25
def
on_timeout(arg):
26
assert arg == 1
27
raise_timeout()
28
29
py_db = _DummyPyDb()
30
timeout_tracker = pydevd_timeout.TimeoutTracker(py_db)
Callers
1
exec_on_timeout
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected