wsgi.py 文件源码

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

项目:infinite-lorem-ipsum 作者: patjm1992 项目源码 文件源码
def on_disconnect(self):
        """What should happen if a disconnect is detected?  The return
        value of this function is returned from read functions in case
        the client went away.  By default a
        :exc:`~werkzeug.exceptions.ClientDisconnected` exception is raised.
        """
        from werkzeug.exceptions import ClientDisconnected
        raise ClientDisconnected()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号