MCPcopy Index your code
hub / github.com/python/cpython / cancelled

Method cancelled

Lib/asyncio/events.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 self._args = None
88
89 def cancelled(self):
90 return self._cancelled
91
92 def _run(self):
93 try:

Callers 15

test_handleMethod · 0.95
_sock_read_doneMethod · 0.45
_sock_write_doneMethod · 0.45
putMethod · 0.45
getMethod · 0.45
cancelledMethod · 0.45
_wakeup_waiterMethod · 0.45
closeMethod · 0.45
_connect_pipesMethod · 0.45
cbMethod · 0.45
_on_completionFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_handleMethod · 0.76