pict.py 文件源码

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

项目:rtf2xml 作者: paulhtremblay 项目源码 文件源码
def __init__(self,
            in_file,
            bug_handler,
            out_file,
            copy = None,
            orig_file = None,
            run_level = 1,
        ):
        self.__file = in_file
        self.__bug_handler = bug_handler
        self.__copy = copy
        self.__run_level = run_level
        self.__write_to = tempfile.mktemp()
        self.__bracket_count = 0
        self.__ob_count = 0
        self.__cb_count = 0
        self.__pict_count = 0
        self.__in_pict = 0
        self.__already_found_pict = 0
        self.__orig_file = orig_file
        self.__initiate_pict_dict()
        self.__out_file = out_file

        # this is left over
        self.__no_ask = 1
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号