Searched refs:IncompatibleSegmentTypesError (Results 1 – 3 of 3) sorted by relevance
14 IncompatibleSegmentTypesError,170 IncompatibleSegmentTypesError,216 assert isinstance(error, IncompatibleSegmentTypesError)
34 IncompatibleSegmentTypesError, IncompatibleGlyphsError,190 raise IncompatibleSegmentTypesError(glyphs, segments=incompatible)
51 class IncompatibleSegmentTypesError(IncompatibleGlyphsError): class