Home
last modified time | relevance | path

Searched refs:UnequalZipLengthsError (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/cu2qu/
Dufo.py33 UnequalZipLengthsError, IncompatibleSegmentNumberError,
56 raise UnequalZipLengthsError(*args)
165 except UnequalZipLengthsError:
Derrors.py26 class UnequalZipLengthsError(Error): class