D | otTables.py | 39 _FLAGS = None variable in AATAction 46 flags = [f for f in self._FLAGS if self.__dict__[f]] 57 assert flag in self._FLAGS, "unsupported flag %s" % flag 64 _FLAGS = ["MarkFirst", "DontAdvance", "MarkLast"] variable in RearrangementMorphAction 146 _FLAGS = ["SetMark", "DontAdvance"] variable in ContextualMorphAction 228 _FLAGS = ["SetComponent", "DontAdvance"] variable in LigatureMorphAction 367 _FLAGS = ["SetMark", "DontAdvance", variable in InsertionMorphAction 373 for flag in self._FLAGS:
|