globalVals.py 文件源码

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

项目:vulnsite 作者: itsZN 项目源码 文件源码
def init(_args,_root):
    global args
    args = _args

    global db
    db = Database(clean=args.clean)

    global postCache
    postCache = Cache()

    global commentCache
    commentCache = Cache()

    global messageCache
    messageCache = Cache()

    global userNotifCache
    userNotifCache = Cache()

    global root
    root = _root

    global sim
    sim = simulation.Simulation(clean=args.clean)

    global conf
    conf = {"startingPoints":0}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号