ID EN
Config Parser

InterpolationDepthError

Python 3.11

Exception raised when string interpolation cannot be completed because the number of iterations exceeds MAX_INTERPOLATION_DEPTH. Subclass of InterpolationError.

Syntax

PYTHON
exception configparser.InterpolationDepthError

See Also

MAX_INTERPOLATION_DEPTH InterpolationError