Say I have defined an immutable type in python, but I want to create a mutable version of that type. Specifically my use case is to get a MutableMapping from a
MutableMapping