mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
a with-block but only conditionally want to apply its context manager. WWW: https://pypi.python.org/pypi/conditional
4 lines
194 B
Text
4 lines
194 B
Text
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
|