Home
last modified time | relevance | path

Searched refs:IgnoreSubstStatement (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Tests/feaLib/
Dparser_test.py497 self.assertIsInstance(sub, ast.IgnoreSubstStatement)
512 self.assertIsInstance(sub, ast.IgnoreSubstStatement)
/external/fonttools/Lib/fontTools/feaLib/
Dast.py890 class IgnoreSubstStatement(Statement): class
Dparser.py519 return self.ast.IgnoreSubstStatement(chainContext, location=location)