On Thu, Jul 26, 2018, 10:00 AM Stephan Houben <stephan...@gmail.com.invalid> wrote:
> Op 2018-07-25, Ian Kelly schreef <ian.g.ke...@gmail.com>: > > > Is there a reason for using singledispatch here rather than a simpler and > > more readable "if color is None" check? > > Yes, the other 20 cases I didn't show. > And extensibility. > That seems like a good use of type(None), then. If it we're just for the None check though, then it would have been disturbing. > -- https://mail.python.org/mailman/listinfo/python-list