MCPcopy
hub / github.com/tornadoweb/tornado / get_query_argument

Method get_query_argument

tornado/web.py:538–539  ·  view source on GitHub ↗
(self, name: str, default: str, strip: bool = True)

Source from the content-addressed store, hash-verified

536
537 @overload
538 def get_query_argument(self, name: str, default: str, strip: bool = True) -> str:
539 pass
540
541 @overload
542 def get_query_argument( # noqa: F811

Callers

nothing calls this directly

Calls 1

_get_argumentMethod · 0.95

Tested by

no test coverage detected