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