blob: 95b6590dbd53e7ed748e3a55e251f97ada12baad (
plain) (
blame)
1
2
3
4
|
The conditional context manager comes handy when you always want to execute a
with-block but only conditionally want to apply its context manager.
WWW: https://pypi.python.org/pypi/conditional
|