Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
Detree.py71 _Attrib = dict variable
73 from collections import OrderedDict as _Attrib unknown
85 def __init__(self, tag, attrib=_Attrib(), **extra):
87 self.attrib = _Attrib()
93 def SubElement(parent, tag, attrib=_Attrib(), **extra):
403 if len(attrs) <= 1 or type(attrs) is _Attrib: