Analyzing Python GC output - what is a "cell", and what information is available about it.

Francesco Guerrieri f.guerrieri at gmail.com
Fri Jan 11 12:29:33 EST 2008


On Jan 11, 2008 6:20 PM, John Nagle <nagle at animats.com> wrote:
> Tried:
>         print item.dir()
> got:
>         'cell' object has no attribute 'dir'

I don't know nothing about cell objects...
but why don't you try dir(item) instead?

Francesco



More information about the Python-list mailing list