Message 337067 - Python tracker (original) (raw)
Hi Inada-san,
Could you explain (or send me a link to) what happens when an instance method is accessed and why this should be different from what happens when an unbound method is accessed?
The is
keyword has been very useful for me in introspection cases and that is why I'm confused that it doesn't behave as expected here.
Thank you,
Abe