Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-438599.py
File
recipe-438599.py
recipes/Python/438599_Unique_stableunstable/recipe-438599.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
itertools
import
groupby
# for unique function.
2
from
bisect
import
bisect_left, insort_left
# for unique function.
3
4
Callers
nothing calls this directly
Calls
6
range
Function · 0.85
list
Class · 0.85
unique
Function · 0.70
sorted
Function · 0.50
set
Function · 0.50
clock
Class · 0.50
Tested by
no test coverage detected