<method-wrapper>.__self__

Hallvard B Furuseth h.b.furuseth at usit.uio.no
Mon Jul 26 11:03:04 EDT 2004


Michael Hudson wrote:
>Hallvard B Furuseth <h.b.furuseth at usit.uio.no> writes:
> 
>> What's the difference between a built-in method and a method-wrapper
>> object?
> 
> I *think* method-wrapper's are wrappers around type methods, aka
> tp_wotsit slots at the C level.  builtin-methods are, well, builtin
> methods, similar to method's on regular Python classes but implemented
> in C.
> (...) 
> If you want to really dig into this sort of thing, you're going to
> need to read some source.

Thanks.
I think I'll file it as a doc bug instead.  Someone else can decide if
it's more than that:-)

-- 
Hallvard



More information about the Python-list mailing list