lisa.conf.KeyComputationRecursionError#
- class lisa.conf.KeyComputationRecursionError(msg, key=None, src=None)[source]#
Bases:
ConfigKeyError
,RecursionError
Raised when
DerivedKeyDesc.compute_val()
is reentered while computing a given key on a configuration instance, or when aDeferredValue
callback is reentered.