app.py 文件源码

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

项目:relask 作者: decentfox 项目源码 文件源码
def __init__(self, app=None, blueprint_options=None):
        self._schema = graphene.Schema()
        self._webpack = None
        if blueprint_options is None:
            blueprint_options = {}
        self._blueprint_options = blueprint_options
        self._blueprint = self._create_blueprint()
        self._add_url_rules()
        self.jwt = None
        if app is not None:
            self.init_app(app)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号