This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
linkding
Watch
1
Star
0
Fork
You've already forked linkding
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
linkding
/
bookmarks
/
utils.py
3 lines
101 B
Python
Raw
Permalink
Blame
History
def
unique
(
elements
,
key
)
:
return
list
(
{
key
(
element
)
:
element
for
element
in
elements
}
.
values
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink