Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_handle
Method · 0.95
_sock_read_done
Method · 0.45
_sock_write_done
Method · 0.45
put
Method · 0.45
get
Method · 0.45
cancelled
Method · 0.45
_wakeup_waiter
Method · 0.45
close
Method · 0.45
_connect_pipes
Method · 0.45
_sock_sendfile_native_impl
Method · 0.45
cb
Method · 0.45
_on_completion
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_handle
Method · 0.76