MCPcopy Create free account
hub / github.com/numpy/numpy / relevance_value

Function relevance_value

numpy/lib/utils.py:844–845  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

842 return r
843
844 def relevance_value(a):
845 return relevance(a, *cache[a])
846 found.sort(key=relevance_value)
847
848 # Pretty-print

Callers

nothing calls this directly

Calls 1

relevanceFunction · 0.85

Tested by

no test coverage detected