Property Change Script on Custom Object

In Perspective I have a custom object property that I would like to turn back into a python instance. The problem I am seeing is that all the properties with my object that are also other python classes are qualified values. It seems that the property change script only sees the property object as a qualified value with all its members turned into qualified values. Is there a way to turn all the qualified values back into just values so that I can turn the object property back into a python instance?

Try this method, I think I understand what you're trying to do: