Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10929

Re: Replace all references to one object with references to other

From Emile van Sebille <emile@fenx.com>
Subject Re: Replace all references to one object with references to other
Date 2011-08-05 13:18 -0700
References <1312573041.6831.7.camel@selene>
Newsgroups comp.lang.python
Message-ID <mailman.1942.1312576208.1164.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Replace all references to one object with references to other Emile van Sebille <emile@fenx.com> - 2011-08-05 13:18 -0700

csiph-web