Searched refs:multi_valued_attributes (Results 1 – 2 of 2) sorted by relevance
139 def __init__(self, multi_valued_attributes=USE_DEFAULT, argument176 if multi_valued_attributes is self.USE_DEFAULT:177 multi_valued_attributes = self.DEFAULT_CDATA_LIST_ATTRIBUTES178 self.cdata_list_attributes = multi_valued_attributes
125 * Fixed another crash when overriding multi_valued_attributes and using the198 * Fixed a crash when overriding multi_valued_attributes and using the424 'multi_valued_attributes' argument. [bug=1832978]