[Python-Dev] lament for the demise of unbound methods (original) (raw)
Łukasz Langa lukasz at langa.pl
Fri Jul 5 12:26:44 CEST 2013
- Previous message: [Python-Dev] lament for the demise of unbound methods
- Next message: [Python-Dev] lament for the demise of unbound methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5 lip 2013, at 12:07, Martin v. Löwis <martin at v.loewis.de> wrote:
I wonder why you need to figure out the signatures in advance. Can you just wait until the function is actually used, and then process the parameters as you get them?
My guess is that Michael's design lets mock objects be introspected as well, i.e. they don't appear as magical as they really are to the user code.
-- Best regards, Łukasz Langa
WWW: http://lukasz.langa.pl/ Twitter: @llanga IRC: ambv on #python-dev
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130705/f3a4cd6a/attachment.html>
- Previous message: [Python-Dev] lament for the demise of unbound methods
- Next message: [Python-Dev] lament for the demise of unbound methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]