Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ md5_for_str
Function
md5_for_str
Algorithmia/util.py:46–49 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
44
45
46
def
md5_for_str(content):
47
hash_md5 = hashlib.md5()
48
hash_md5.update(content.encode())
49
return
str(hash_md5.hexdigest())
Callers
1
freeze
Method · 0.90
Calls
1
update
Method · 0.80
Tested by
no test coverage detected