Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
Detree.py70 _Attrib = dict variable
72 from collections import OrderedDict as _Attrib unknown
84 def __init__(self, tag, attrib=_Attrib(), **extra):
86 self.attrib = _Attrib()
92 def SubElement(parent, tag, attrib=_Attrib(), **extra):
402 if len(attrs) <= 1 or type(attrs) is _Attrib: