Re: Accessing the contents of a 'cell' object from Python

2005-03-16 Thread Duncan Booth
Jeff Epler wrote: > Here's an old thread I contributed to which had a similar function > (called 'cell_get' in this case) > > http://groups-beta.google.com/group/comp.lang.python/browse_thread/thre > ad/baba3b943524a92c/71b57a32b311ffc8?q=func_closure#71b57a32b311ffc8 > http://groups-beta.google

Re: Accessing the contents of a 'cell' object from Python

2005-03-15 Thread Jeff Epler
Here's an old thread I contributed to which had a similar function (called 'cell_get' in this case) http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/baba3b943524a92c/71b57a32b311ffc8?q=func_closure#71b57a32b311ffc8 http://groups-beta.google.com/group/comp.lang.python/msg/7

Re: Accessing the contents of a 'cell' object from Python

2005-03-15 Thread paul cannon
On Tue, Mar 15, 2005 at 03:08:19PM -0700, paul cannon wrote: > Having poked around a little bit, I found there doesn't appear to be any > way to get at the contents of a cell object from Python. It's not the > sort of thing that one needs to be doing very frequently, but I've run > into a few situa