Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10923
| Subject | Replace all references to one object with references to other |
|---|---|
| From | Jack Bates <ms419@freezone.co.uk> |
| Date | 2011-08-05 12:37 -0700 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1937.1312573077.1164.python-list@python.org> (permalink) |
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?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Replace all references to one object with references to other Jack Bates <ms419@freezone.co.uk> - 2011-08-05 12:37 -0700
Re: Replace all references to one object with references to other John Gordon <gordon@panix.com> - 2011-08-05 20:52 +0000
Re: Replace all references to one object with references to other John Gordon <gordon@panix.com> - 2011-08-05 20:54 +0000
Re: Replace all references to one object with references to other Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-06 10:57 +1000
csiph-web