"Thomas Guettler" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Hi,
l=[]
print type(l.__delattr__)
# --> <type 'method-wrapper'>

I didn't find a corresponding type in the modules "types".
Is it missing or am I blind?

(Python 2.3.3)

method_wrapper is an implementation type, not a language type in the same 
way that int, list, function, etc are.  I suspect that there are others 
'missing' from the types module that you have not discovered yet.

Terry J. Reedy



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

Reply via email to