コード例 #1
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)
コード例 #2
0
ファイル: fd.py プロジェクト: fmoo/python-filedes
 def send_fd(self, fd):
     return _ancillary.send_fd(self.fd, get_fileno(fd))
コード例 #3
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)