(
self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any
)
| 56 | |
| 57 | @overload |
| 58 | def replace( |
| 59 | self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any |
| 60 | ) -> RequestTypeVar: ... |
| 61 | |
| 62 | @overload |
| 63 | def replace(self, *args: Any, cls: None = None, **kwargs: Any) -> Self: ... |