On 12/07/20 7:13 am, Eric Nieuwland wrote:
        match poly:
                p0 = Point(x0, y0)
                p1 = Point(x1, y1)
                p2 = Point(x2, y2)
        case Polygon(p0, p1, p2):
                        …

Interesting idea, but what happens if you *don't* need any setup?
Do you have to write

    match poly:
        pass
    case ...

?

--
Greg
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/6PXNRDTH44TTZ5UFZM4X27FJ5OX7VCHP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to