Python is DOOMED! Again!

Ian Kelly ian.g.kelly at gmail.com
Thu Jan 22 17:47:35 EST 2015


On Thu, Jan 22, 2015 at 3:27 PM, Chris Kaynor <ckaynor at zindagigames.com> wrote:
> Or use Any, which is basically the same thing:
>
> def adder(a: Any, b: Any) -> Any:
>     return a + b

Yeah, but this just seems like extra noise since it's not going to
help the type checker at all.



More information about the Python-list mailing list