Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
def
score_query(a, b):
141
return
SequenceMatcher(None, (a or
''
).lower(), (b or
''
).lower()).ratio()
142
143
144
def
reinit_curses():
Callers
1
curses_search
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected