示例#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)