Searched refs:_Attrib (Results 1 – 1 of 1) sorted by relevance
70 _Attrib = dict variable72 from collections import OrderedDict as _Attrib unknown84 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: