[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


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





More information about the Python-Dev mailing list