MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / score_query

Function score_query

Scripts/Developer Base/Smart Notes.py:140–141  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

138
139
140def score_query(a, b):
141 return SequenceMatcher(None, (a or '').lower(), (b or '').lower()).ratio()
142
143
144def reinit_curses():

Callers 1

curses_searchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected