Python is DOOMED! Again!

Chris Angelico rosuav at gmail.com
Thu Jan 22 05:50:22 EST 2015


On Thu, Jan 22, 2015 at 9:46 PM, Nicholas Cole <nicholas.cole at gmail.com> wrote:
> Hang on! The particular example may not make a lot of sense but there are
> plenty of places in ordinary Python where functions can accept different
> objects in arguments and return different things. The point here is that
> that will become rapidly messy and hard to read.

Yes; but with proper use of TypeVar can simplify things a lot - have a
read of the PEP.

ChrisA



More information about the Python-list mailing list