[Python-ideas] switch statement as context manager?

Haoyi Li haoyi.sg at gmail.com
Mon Feb 10 15:51:55 CET 2014


MacroPy has it:

https://github.com/lihaoyi/macropy#pattern-matching

=)


On Mon, Feb 10, 2014 at 6:31 AM, Sturla Molden <sturla.molden at gmail.com>wrote:

> I've noticed that PyExt has a switch statement implemented as a context
> manager.
>
> with switch(foobar):
>     if case(1): pass
>     if case(2): pass
>
> Would this be something to consider for the standard lib, e.g. contextlib?
>
> Sturla
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140210/40d8dcba/attachment.html>


More information about the Python-ideas mailing list