MCPcopy
hub / github.com/urllib3/urllib3 / slow

Function slow

dummyserver/app.py:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317
318@pyodide_testing_app.route("/slow")
319async def slow() -> ResponseReturnValue:
320 await trio.sleep(10)
321 return await make_response("TEN SECONDS LATER", 200)
322
323
324@pyodide_testing_app.route("/dripfeed")

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected