Home
last modified time | relevance | path

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

/external/fonttools/Tests/feaLib/
Dparser_test.py506 """, followIncludes=False)
520 """, followIncludes=False)
1670 def parse(self, text, glyphNames=GLYPHNAMES, followIncludes=True): argument
1672 p = Parser(featurefile, glyphNames, followIncludes=followIncludes)
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py22 def __init__(self, featurefile, glyphNames=(), followIncludes=True, argument
48 lexerClass = IncludingLexer if followIncludes else NonIncludingLexer