MCPcopy
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
129class MockLoop:

Callers 9

_cancel_all_tasksFunction · 0.45
shutdownMethod · 0.45
handle_pongMethod · 0.45
stop_keepaliveMethod · 0.45
handle_pongMethod · 0.45
stop_keepaliveMethod · 0.45
run_serverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected