Searched refs:attr_desc (Results 1 – 2 of 2) sorted by relevance
287 def parse_attrs(actstr, attr_desc): argument334 attr_desc = list(attr_desc)335 while actstr and actstr[0] != ")" and attr_desc:337 for i, (key, attr, func) in enumerate(attr_desc):342 del attr_desc[i]
332 &attr_desc.attr,