(self, name: str, default: str, strip: bool = True)
| 492 | |
| 493 | @overload |
| 494 | def get_body_argument(self, name: str, default: str, strip: bool = True) -> str: |
| 495 | pass |
| 496 | |
| 497 | @overload |
| 498 | def get_body_argument( # noqa: F811 |
nothing calls this directly
no test coverage detected