News

Capture variables can be used in the expression. For instance, if we used if value in valid_values, the case would only be valid if the captured value value was in fact in the collection valid_values.
from string.templatelib import Template, Interpolation string.templatelib is a new module in the standard library for Python 3.14 that holds the types we need: Template for the type hint to the ...