Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/opendevops-cn/opendevops
/ is_future
Function
is_future
scripts/tornado_source_code/tornado/concurrent.py:52–53 ·
view source on GitHub ↗
(x: Any)
Source
from the content-addressed store, hash-verified
50
51
52
def
is_future(x: Any) -> bool:
53
return
isinstance(x, FUTURES)
54
55
56
class
DummyExecutor(futures.Executor):
Callers
5
multi_future
Function · 0.90
maybe_future
Function · 0.90
convert_yielded
Function · 0.90
run
Method · 0.90
add_future
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected