Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
-
Updated
Jul 2, 2023 - Python
Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
provides a simple and efficient way to remove duplicates from an iterable (even with unhashable elements, optional order preservation)
A set that handles all kinds of objects (hashable or not) and preserves the order of the elements
Add a description, image, and links to the unhashable topic page so that developers can more easily learn about it.
To associate your repository with the unhashable topic, visit your repo's landing page and select "manage topics."