(elem_canons: Iterable[str],
canonicalizations: Dict[str, Any])
| 201 | |
| 202 | |
| 203 | def compute_canon_absorbed(elem_canons: Iterable[str], |
| 204 | canonicalizations: Dict[str, Any]) -> Set[str]: |
| 205 | return set(iter_canon_absorbed(elem_canons, canonicalizations)) |
| 206 | |
| 207 | |
| 208 | def iter_category_attrs(attrs: Iterable[str], *, |
no test coverage detected