fixture.py 文件源码

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

项目:flask-autofixture 作者: janukobytsch 项目源码 文件源码
def from_response(cls, response, app, name):
        if not Fixture.is_supported(response.mimetype):
            raise TypeError
        fixture = cls(response.get_data(), name, app.name, request.path,
                      request.method)
        return fixture
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号