In article <mailman.18004.1421966906.18130.python-l...@python.org>, ian.g.ke...@gmail.com says... > > On Thu, Jan 22, 2015 at 3:27 PM, Chris Kaynor <ckay...@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.
I agree. It's after all a fully polymorphic function. There is no reason to pass it through a static analyzer. -- https://mail.python.org/mailman/listinfo/python-list