__init__.py 文件源码

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

项目:bottlecap 作者: foxx 项目源码 文件源码
def get_full_url(self, routename, **kwargs):
        """
        Construct full URL using components from current
        bottle request, merged with get_url()

        For example:
        https://example.com/hello?world=1

        XXX: Needs UT
        """
        url = self.app.get_url(routename, **kwargs)
        return urljoin(self.base_url, url)


############################################################
# CBVs (class based views)
############################################################
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号