dot.py 文件源码

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

项目:dotobject 作者: seperman 项目源码 文件源码
def __init__(self, root_name, int_starts_with):
        # dict of {'id': obj } for items to be evaluated eventually.
        self.object_to_eval = weakref.WeakValueDictionary()
        self.evaluated_items = {}  # dict of {'path': evaluated object}
        self.root_name = root_name
        self.int_regex = re.compile('^{}([\d]+)$'.format(int_starts_with))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号