我们从Python开源项目中,提取了以下13个代码示例,用于说明如何使用_socket.fromfd()。
def fromfd(*args): return socket(_sock=_socket.fromfd(*args))