添加注册登录功能
This commit is contained in:
@@ -524,6 +524,7 @@ class MutableBase:
|
||||
if val is not None:
|
||||
if coerce:
|
||||
val = cls.coerce(key, val)
|
||||
assert val is not None
|
||||
state.dict[key] = val
|
||||
val._parents[state] = key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user