type method-wrapper?

Thomas Guettler guettli at thomas-guettler.de
Mon Dec 20 10:37:17 EST 2004


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)

-- 
Thomas Güttler, http://www.thomas-guettler.de/





More information about the Python-list mailing list