Simple questions on use of objects (probably faq)

bruno at modulix onurb at xiludom.gro
Fri Mar 10 14:07:52 EST 2006


Steven D'Aprano wrote:
> On Thu, 09 Mar 2006 13:44:25 +0100, bruno at modulix wrote:
> 
> 
(snip)

>>And it's not "self-referential" - it introduces a references cycle
>>(class object -> instances -> class object), which may or may not be a
>>problem.
> 
> 
> Every instance knows about a list of every other instance, including
> itself. 

mmm... Well, that's True(tm).

> That makes it self-referential in my book.

In mine too.
I should just take some time and learn to read !-)


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list