Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/917Dhj/DeepPaperNote
/ _normalized_domain_label
Function
_normalized_domain_label
scripts/common.py:1374–1375 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
1372
1373
1374
def
_normalized_domain_label(value: str) -> str:
1375
return
normalize_whitespace(value).lower()
1376
1377
1378
def
_term_in_text(term: str, text: str) -> bool:
Callers
3
_term_in_text
Function · 0.85
_domain_name_matches_rule
Function · 0.85
_rules_for_label
Function · 0.85
Calls
1
normalize_whitespace
Function · 0.85
Tested by
no test coverage detected