Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 dill 为我的整个工作区创建了一个泡菜文件 -
dill.dump_session(filename)
现在,我可以从这个泡菜文件中只取消选中的对象,而不是取消所有对象?
非常感谢!
我是dill作者。
dill
我正在考虑能够有选择地过滤掉你正在腌制的对象......但是取消挑选,不......不,你不能。
但是,如果您能想到如何索引转储会话文件中的腌制对象,请随时在dillGitHub 页面上开票。