ssl.py 文件源码

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

项目:azure-python-siteextensions 作者: Azure 项目源码 文件源码
def _check_connected(self):
        if not self._connected:
            # getpeername() will raise ENOTCONN if the socket is really
            # not connected; note that we can be connected even without
            # _connected being set, e.g. if connect() first returned
            # EAGAIN.
            self.getpeername()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号