Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ cancel
Method
cancel
tests/benchmarks/http.py:123–126 · tests/benchmarks/http.py::MockTimerHandle.cancel
(self)
Source
from the content-addressed store, hash-verified
121
self.cancelled = False
122
123
def
cancel(self) -> None:
124
if
not self.cancelled:
125
self.cancelled = True
126
self.loop_later_list.remove(self)
127
128
129
class
MockLoop:
Callers
9
_cancel_all_tasks
Function · 0.45
shutdown
Method · 0.45
_unset_keepalive_if_required
Method · 0.45
_unset_keepalive_if_required
Method · 0.45
handle_pong
Method · 0.45
stop_keepalive
Method · 0.45
handle_pong
Method · 0.45
stop_keepalive
Method · 0.45
run_server
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected