Searched refs:parse_css_declarations (Results 1 – 1 of 1) sorted by relevance
46 def parse_css_declarations(style_attr: str) -> Dict[str, str]: function80 attrs = {**dict(attrs), **parse_css_declarations(el.attrib["style"])}