(
self: SyncClientProtocol,
first_list: str,
second_list: str,
timeout: int,
src: str = "LEFT",
dest: str = "RIGHT",
)
| 3571 | |
| 3572 | @overload |
| 3573 | def blmove( |
| 3574 | self: SyncClientProtocol, |
| 3575 | first_list: str, |
| 3576 | second_list: str, |
| 3577 | timeout: int, |
| 3578 | src: str = "LEFT", |
| 3579 | dest: str = "RIGHT", |
| 3580 | ) -> bytes | str | None: ... |
| 3581 | |
| 3582 | @overload |
| 3583 | def blmove( |