(self, sock, file, offset=0, count=None,
*, fallback=None)
| 620 | raise NotImplementedError |
| 621 | |
| 622 | async def sock_sendfile(self, sock, file, offset=0, count=None, |
| 623 | *, fallback=None): |
| 624 | raise NotImplementedError |
| 625 | |
| 626 | # Signal handling. |
| 627 |
no outgoing calls