Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyload/pyload
/ idfun
Function
idfun
module/utils.py:123–123 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
121
# order preserving
122
if
idfun is None:
123
def
idfun(x):
return
x
124
seen = {}
125
result = []
126
for
item in seq:
Callers
1
uniqify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected