我一直在使用字典对象加载变量,但值会更新.我在这里错过了什么?
assert "run_LMM" in all_variables.keys() locals().update(all_variables) assert "run_LMM" in locals()
最后一行是我得到一个断言错误.这是怎么回事?
python locals
locals ×1
python ×1