Peter Otten wrote:

> By the way you get an instance of a different class C every time you call f,
> so that
> 
> isinstance(f(), type(f())
> 
> is False.

That I didn't know. Well, that theory won't be seeing much 
practice I guess.

--
Tomi Lindberg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to