response.py 文件源码

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

项目:Rinzler 作者: feliphebueno 项目源码 文件源码
def render(self, indent=0):
        """
        Renders a HttpResponse for the ongoing request
        :param indent int
        :rtype: HttpResponse
        """
        self.__indent = indent
        return HttpResponse(
            self.__str__(), content_type=self.__content_type, charset=self.__charset, **self.__kwargs
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号