Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ fingerprint.py
File
fingerprint.py
dash/fingerprint.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
re
2
3
cache_regex = re.compile(r
"^v[\w-]+m[0-9a-fA-F]+$"
)
4
version_clean = re.compile(r
"[^\w-]"
)
Callers
nothing calls this directly
Calls
1
compile
Method · 0.80
Tested by
no test coverage detected