MCPcopy Index your code
hub / github.com/reactive-python/reactpy / _SanicCarrier

Class _SanicCarrier

src/py/reactpy/reactpy/backend/sanic.py:224–231  ·  view source on GitHub ↗

A simple wrapper for holding connection information

Source from the content-addressed store, hash-verified

222
223@dataclass
224class _SanicCarrier:
225 """A simple wrapper for holding connection information"""
226
227 request: request.Request[Sanic[Any, Any], Any]
228 """The current request object"""
229
230 websocket: WebSocketConnection
231 """A handle to the current websocket"""

Callers 1

model_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected