Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dlexer.py258 class NonIncludingLexer(IncludingLexer): class
Dparser.py4 from fontTools.feaLib.lexer import Lexer, IncludingLexer, NonIncludingLexer
48 lexerClass = IncludingLexer if followIncludes else NonIncludingLexer