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

Method run_one

tests/protocols/test_http.py:238–239  ·  tests/protocols/test_http.py::MockLoop.run_one
(self)

Source from the content-addressed store, hash-verified

236 return handle
237
238 async def run_one(self):
239 return await self._tasks.pop()
240
241 def run_later(self, with_delay: float) -> None:
242 later: list[MockTimerHandle] = []

Callers 15

test_get_requestFunction · 0.45
test_invalid_header_nameFunction · 0.45
test_request_loggingFunction · 0.45
test_head_requestFunction · 0.45
test_post_requestFunction · 0.45
test_keepaliveFunction · 0.45
test_keepalive_timeoutFunction · 0.45
test_closeFunction · 0.45
test_chunked_encodingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected