Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dparser.py317 def parse_glyphclass_(self, accept_glyphname, accept_null=False): argument
322 if accept_null and self.next_token_ == "NULL":
813 gc = self.parse_glyphclass_(accept_glyphname=True, accept_null=True)