Searched refs:followIncludes (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 532 """, followIncludes=False) 546 """, followIncludes=False) 1843 def parse(self, text, glyphNames=GLYPHNAMES, followIncludes=True): argument 1845 p = Parser(featurefile, glyphNames, followIncludes=followIncludes)
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 45 self, featurefile, glyphNames=(), followIncludes=True, includeDir=None, **kwargs argument 73 lexerClass = IncludingLexer if followIncludes else NonIncludingLexer
|