Lines Matching refs:file
368 async def sendfile(self, transport, file, offset=0, count=None,
370 """Send a file through a transport.
407 path is a str, representing a file system path to bind the
488 pipe is a file-like object.
491 # The reason to accept file-like object instead of just file descriptor
501 Pipe is file-like object already switched to nonblocking.
504 # The reason to accept file-like object instead of just file descriptor
567 async def sock_sendfile(self, sock, file, offset=0, count=None,