app.py 文件源码

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

项目:hayabusa 作者: hirolovesbeer 项目源码 文件源码
def __init__(self, request, columns, collection):
        self.columns = columns
        self.collection = collection

        # values specified by the datatable for filtering, sorting, paging
        self.request_values = request.values

        # results from the db
        self.result_data = None

        # total in the table after filtering
        self.cardinality_filtered = 0

        # total in the table unfiltered
        self.cadinality = 0

        self.run_queries()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号