[Python-Dev] Proposing "Argument Clinic", a new way of specifying arguments to builtins for CPython
Stefan Krah
stefan at bytereef.org
Sat Feb 16 14:12:25 CET 2013
More information about the Python-Dev mailing list
Sat Feb 16 14:12:25 CET 2013
- Previous message: [Python-Dev] Proposing "Argument Clinic", a new way of specifying arguments to builtins for CPython
- Next message: [Python-Dev] Submitting PEP 425 (compatibility tags)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan Behnel <stefan_ml at behnel.de> wrote: > > you'd just pass in this string: > > > > (arg1 : int, arg2 : float, arg3 : ExtType, *, arg4=None) -> ExtType2 I've mentioned this proposal in http://bugs.python.org/issue16612 , but it wasn't sufficient for the task. Stefan Krah
- Previous message: [Python-Dev] Proposing "Argument Clinic", a new way of specifying arguments to builtins for CPython
- Next message: [Python-Dev] Submitting PEP 425 (compatibility tags)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list