«
»
Recasting
Recasting the question:
If I write a Python method, and I get passed a random Perl object, which is more likely:
The object implements the "+" operator?
The object implements an "
__add__
" method?