MCPcopy
hub / github.com/encode/uvicorn / MockTask

Class MockTask

tests/benchmarks/http.py:147–149  ·  tests/benchmarks/http.py::MockTask

Source from the content-addressed store, hash-verified

145
146
147class MockTask:
148 def add_done_callback(self, callback: Callable[[], None]) -> None:
149 pass
150
151
152class MockProtocol(asyncio.Protocol):

Callers 1

create_taskMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected