(self, name: str, default: str, strip: bool = True)
| 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 |
nothing calls this directly
no test coverage detected