[Python-Dev] PEP 362 Third Revision (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Thu Jun 14 06:17:02 CEST 2012
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jun 14, 2012 at 1:06 PM, Yury Selivanov <yselivanov at gmail.com> wrote:
On 2012-06-13, at 10:52 PM, Yury Selivanov wrote:
2. signature() function support all kinds of callables: classes, metaclasses, methods, class- & staticmethods, 'functools.partials', and callable objects. If a callable object has a 'signature' attribute it does a deepcopy of it before return.
Properly decorated functions are also supported.
I'd like to see the "shared state" decorator from the previous thread included, as well as a short interactive interpreter session showing correct reporting of the signature of functools.partial instances.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]