Replace all references to one object with references to other

Emile van Sebille emile at fenx.com
Fri Aug 5 16:18:05 EDT 2011


On 8/5/2011 12:37 PM Jack Bates said...
> I have two objects, and I want to replace all references to the first
> object - everywhere - with references to the second object. What can I
> try?

Start with a proxy to your first and have it swap in to the second?

EMile





More information about the Python-list mailing list