MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / get_query_argument

Method get_query_argument

pywebio/platform/adaptor/ws.py:79–80  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

77class WebSocketConnection(abc.ABC):
78 @abc.abstractmethod
79 def get_query_argument(self, name) -> typing.Optional[str]:
80 pass
81
82 @abc.abstractmethod
83 def make_session_info(self) -> dict:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected