( # pyright: ignore [reportOverlappingOverload]
self, search_value: StringVar | str, new_value: StringVar | str
)
| 866 | |
| 867 | @overload |
| 868 | def replace( # pyright: ignore [reportOverlappingOverload] |
| 869 | self, search_value: StringVar | str, new_value: StringVar | str |
| 870 | ) -> StringVar: ... |
| 871 | |
| 872 | @overload |
| 873 | def replace( |