-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 032
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:medium• Auto-fix: ❌
split.first → split_limit — If only the first segment is needed, use .split with a limit argument to avoid parsing the entire string.
str.split(":").firstNote
See bench results at bench/cat-032/