MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / get_query_argument

Method get_query_argument

pywebio/platform/tornado.py:73–74  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

71 self.context = context
72
73 def get_query_argument(self, name) -> typing.Optional[str]:
74 return self.context.get_query_argument(name, None)
75
76 def make_session_info(self) -> dict:
77 session_info = get_session_info_from_headers(self.context.request.headers)

Callers 3

get_appMethod · 0.45
get_cdnMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected