Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cancelled
Method
cancelled
Lib/test/test_asyncio/test_futures.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
return
True
68
69
def
cancelled(self):
70
return
self.__cancelled
71
72
def
done(self):
73
return
(self.__cancelled
Callers
15
result
Method · 0.95
exception
Method · 0.95
test_initial_state
Method · 0.45
test_uninitialized
Method · 0.45
test_cancel
Method · 0.45
test_result
Method · 0.45
test_exception
Method · 0.45
test_stop_iteration_exception
Method · 0.45
test_copy_state
Method · 0.45
test_copy_state_from_concurrent_futures
Method · 0.45
test_wrap_future_cancel
Method · 0.45
test_wrap_future_cancel2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected