MCPcopy Create free account
hub / github.com/OpenManus/OpenManus-RL / TimeoutException

Class TimeoutException

openmanus_rl/tools/python_code_generator/tool.py:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21# Custom exception for code execution timeout
22class TimeoutException(Exception):
23 pass
24
25# Custom context manager for code execution timeout
26@contextmanager

Callers 2

raise_timeoutFunction · 0.85
timeout_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected