Home
last modified time | relevance | path

Searched refs:VariationModelError (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Tests/varLib/
Dmodels_test.py2 normalizeLocation, supportScalar, VariationModel, VariationModelError)
147 with pytest.raises(VariationModelError, match="Locations must be unique."):
/external/fonttools/Lib/fontTools/varLib/
Dmodels.py16 from .errors import VariationModelError
217 raise VariationModelError("Locations must be unique.")
248 raise VariationModelError("Base master not found.")
Derrors.py187 class VariationModelError(VarLibError): class