Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ TimeoutError
Class
TimeoutError
src/python/cli/src/mesos/futures.py:28–29 ·
view source on GitHub ↗
The operation timed out
Source
from the content-addressed store, hash-verified
26
from
Queue
import
Empty
27
28
class
TimeoutError(Exception):
29
""
"The operation timed out"
""
30
31
class
Future(object):
32
def
__init__(self):
Callers
2
_await
Method · 0.85
as_completed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected