Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
state: implement __copy__ and __deepcopy__ for MutableProxy
Allow state vars accessed through MutableProxy to be copied and unconnected from the proxy. Copied objects that are modified will not mark the associated field on the state as dirty. Fix #1841 Fix REF-647
- Loading branch information