MCPcopy
hub / github.com/encode/starlette / __init__

Method __init__

starlette/testclient.py:88–89  ·  view source on GitHub ↗
(self, session: WebSocketTestSession)

Source from the content-addressed store, hash-verified

86
87class _Upgrade(Exception):
88 def __init__(self, session: WebSocketTestSession) -> None:
89 self.session = session
90
91
92class WebSocketDenialResponse( # type: ignore[misc]

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected