Type constants in type module

Dave Harris dpharris76 at msn.com
Sun Nov 2 12:02:10 EST 2003


If
    splunge = 3
    forMeToo = splunge.__add__

type(forMeToo) prints:

<type 'method-wrapper'>

The constants defined in the types.py module do not include this type. Is this an oversight or am I looking at a detail which is supposed to be hidden from view?

Thanks,
Dave Harris
Engineering Data Consultants
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20031102/4f669af2/attachment.html>


More information about the Python-list mailing list