Home | History | Annotate | Download | only in misc

Lines Matching refs:attrs

51 	def _startElementHandler(self, name, attrs):
57 sfntVersion = attrs.get("sfntVersion")
64 subFile = attrs.get("src")
82 elif "ERROR" in attrs or ('raw' in attrs and safeEval(attrs['raw'])):
98 self.root = (name, attrs, self.contentStack[-1])
101 self.contentStack[-1].append((name, attrs, l))
114 name, attrs, content = self.root
115 self.currentTable.fromXML(name, attrs, content, self.ttFont)