(
self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any
)
| 321 | |
| 322 | @overload |
| 323 | def replace( |
| 324 | self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any |
| 325 | ) -> RequestTypeVar: ... |
| 326 | |
| 327 | @overload |
| 328 | def replace(self, *args: Any, cls: None = None, **kwargs: Any) -> Self: ... |