On Tue, 29 Jan 2008 11:48:38 -0800, Tobiah wrote:

> class genital:
> 
>       def pubic_hair(self):
>               pass
> 
>       def remove(self):
>               del(self.pubic_hair)

I think `pubic_hair` is an attribute instead of a method.

Oh, and ``del`` is a statement and not a function.  So the way you wrote
it with parentheses is a bit misleading.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to