MCPcopy 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

resultMethod · 0.95
exceptionMethod · 0.95
test_initial_stateMethod · 0.45
test_uninitializedMethod · 0.45
test_cancelMethod · 0.45
test_resultMethod · 0.45
test_exceptionMethod · 0.45
test_copy_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected