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

Function keepalive_ws_protocol_cls

tests/protocols/test_websocket.py:1277–1280  ·  view source on GitHub ↗
(request: pytest.FixtureRequest)

Source from the content-addressed store, hash-verified

1275 ]
1276)
1277def keepalive_ws_protocol_cls(request: pytest.FixtureRequest):
1278 from uvicorn.importer import import_from_string
1279
1280 return import_from_string(request.param)
1281
1282
1283async def test_server_keepalive_ping_pong(

Callers

nothing calls this directly

Calls 1

import_from_stringFunction · 0.90

Tested by

no test coverage detected