def getsockopt(self, level, optname, buflen=None):
# act like an unerrored socket for the asyncore error handling
if level == socket.SOL_SOCKET and optname == socket.SO_ERROR and not buflen:
return 0
raise NotImplementedError()
asyncorereactor.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录