Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ TimeoutError
Class
TimeoutError
codeclash/viewer/app.py:51–52 ·
view source on GitHub ↗
Exception raised when a function times out
Source
from the content-addressed store, hash-verified
49
50
51
class
TimeoutError(Exception):
52
""
"Exception raised when a function times out"
""
53
54
55
def
timeout(seconds: int):
Callers
1
wrapper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected