MCPcopy 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
52def is_future(x: Any) -> bool:
53 return isinstance(x, FUTURES)
54
55
56class DummyExecutor(futures.Executor):

Callers 5

multi_futureFunction · 0.90
maybe_futureFunction · 0.90
convert_yieldedFunction · 0.90
runMethod · 0.90
add_futureMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected