dcreager.net

Intersection types

There has been much discussion about introducing intersection types.

GitHub proposal issue [python/typing]

intersection_examples repo

No consensus yet, as there are subtleties with how this interacts with the Any type (and particularly subclasses of Any).

» Languages » Python » Typing