(v)
| 14964 | noisy_labels = {"onlyfans", "about", "home", "login", "signin", "sign-in", "join", "register", "account", "support", "terms", "privacy", "policy", "help", "explore", "posts", "error", "notfound"} |
| 14965 | |
| 14966 | def _norm_text(v): |
| 14967 | return re.sub(r"\s+", " ", str(v or "").strip().lower()) |
| 14968 | |
| 14969 | def _clean_name(v): |
| 14970 | return re.sub(r"[^a-z0-9]", "", _norm_text(v).replace("@", "")) |
nothing calls this directly
no outgoing calls
no test coverage detected