MCPcopy
hub / github.com/rapidfuzz/RapidFuzz / supports

Function supports

src/rapidfuzz/_feature_detector.py:13–15  ·  view source on GitHub ↗
(features)

Source from the content-addressed store, hash-verified

11 AVX2 = 2
12
13 def supports(features):
14 _ = features
15 return False

Callers 15

utils.pyFile · 0.90
fuzz.pyFile · 0.90
process.pyFile · 0.90
OSA.pyFile · 0.90
Indel.pyFile · 0.90
LCSseq.pyFile · 0.90
Prefix.pyFile · 0.90
Levenshtein.pyFile · 0.90
Hamming.pyFile · 0.90
Postfix.pyFile · 0.90
_initialize.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…