Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10929 > unrolled thread
| Started by | Emile van Sebille <emile@fenx.com> |
|---|---|
| First post | 2011-08-05 13:18 -0700 |
| Last post | 2011-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.
Re: Replace all references to one object with references to other Emile van Sebille <emile@fenx.com> - 2011-08-05 13:18 -0700
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Date | 2011-08-05 13:18 -0700 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web