(
self: SyncClientProtocol,
first_list: str,
second_list: str,
src: str = "LEFT",
dest: str = "RIGHT",
)
| 3540 | |
| 3541 | @overload |
| 3542 | def lmove( |
| 3543 | self: SyncClientProtocol, |
| 3544 | first_list: str, |
| 3545 | second_list: str, |
| 3546 | src: str = "LEFT", |
| 3547 | dest: str = "RIGHT", |
| 3548 | ) -> bytes | str | None: ... |
| 3549 | |
| 3550 | @overload |
| 3551 | def lmove( |