Home | History | Annotate | Download | only in test

Lines Matching refs:fromkeys

1677         s = ''.join(dict.fromkeys(s).keys())  # unique letters only
1678 types = [set, frozenset, list, tuple, dict.fromkeys]