MCPcopy 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

1import re
2
3cache_regex = re.compile(r"^v[\w-]+m[0-9a-fA-F]+$")
4version_clean = re.compile(r"[^\w-]")

Callers

nothing calls this directly

Calls 1

compileMethod · 0.80

Tested by

no test coverage detected