[Types-sig] Keyword arg declarations

Tim Peters tim_one@email.msn.com
Fri, 17 Dec 1999 20:23:17 -0500


[Greg Stein]
> ...
> Shouldn't be a problem:
>
> def foo(bar, *args: [Int], **kw: {String: Float}) -> None:
>   ...

Except that *args is a tuple of ints (not a list of 'em).  (Int) is really
unattractive for this.  I know:  (!Int).

tee-hee-ing-ly y'rs  - tim