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