(
self: SyncClientProtocol,
source: str,
destination: str,
destination_db: str | None = None,
replace: bool = False,
)
| 2790 | |
| 2791 | @overload |
| 2792 | def copy( |
| 2793 | self: SyncClientProtocol, |
| 2794 | source: str, |
| 2795 | destination: str, |
| 2796 | destination_db: str | None = None, |
| 2797 | replace: bool = False, |
| 2798 | ) -> bool: ... |
| 2799 | |
| 2800 | @overload |
| 2801 | def copy( |