Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ TimeoutError
Class
TimeoutError
evaluation/test-suite-sql-eval/evaluation.py:635–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
633
import
signal
634
635
class
TimeoutError(Exception):
636
pass
637
638
def
timeout_handler(signum, frame):
639
raise
TimeoutError(
"函数执行超时"
)
Callers
1
timeout_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected