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


Groups > comp.lang.python > #10929 > unrolled thread

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

Started byEmile van Sebille <emile@fenx.com>
First post2011-08-05 13:18 -0700
Last post2011-08-05 13:18 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#10929 — Re: Replace all references to one object with references to other

FromEmile van Sebille <emile@fenx.com>
Date2011-08-05 13:18 -0700
SubjectRe: Replace all references to one object with references to other
Message-ID<mailman.1942.1312576208.1164.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web