[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