modelrestapidatastore.py 文件源码

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

项目:enkiWS 作者: juliettef 项目源码 文件源码
def fetch_by_app_id_data_type_read_access_not_expired( cls, app_id, data_type, read_access ):
        return cls.query( ndb.AND( cls.app_id == app_id,
                                                         cls.data_type == data_type,
                                                         cls.read_access == read_access,
                                                         cls.time_expires > datetime.datetime.now())).fetch()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号