asynclient.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:xtdpy 作者: psycofdj 项目源码 文件源码
def __init__(self, p_timeoutMs=1000, p_curlMOpts=None):
    self.m_handle    = pycurl.CurlMulti()
    self.m_clients   = []
    self.m_timeoutMs = p_timeoutMs
    self.m_opts      = p_curlMOpts
    if p_curlMOpts is None:
      self.m_opts = {}

    self._init_opt()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号