history.py 文件源码

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

项目:scimitar 作者: parsa 项目源码 文件源码
def load_history():
    readline.set_history_length(10000)
    try:
        if os.path.exists(history_file_path):
            readline.read_history_file(history_file_path)
    except IOError:
        pass
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号