Feb. 16, 2013
1:12 p.m.
Stefan Behnel <stefan_ml@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