-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Builtins dominate every degree ranking #2131
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpriority/normalStandard review queue; useful PR with ordinary maintainer urgency.Standard review queue; useful PR with ordinary maintainer urgency.ux/behaviorDisplay bugs, docs, adoption UXDisplay bugs, docs, adoption UX
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority/normalStandard review queue; useful PR with ordinary maintainer urgency.Standard review queue; useful PR with ordinary maintainer urgency.ux/behaviorDisplay bugs, docs, adoption UXDisplay bugs, docs, adoption UX
Severity: medium.
Nodes under the synthetic
<python-builtins>path take 12 of the top 20 bydegree (
str4 721,len4 338,append3 407). Any hub, centrality orrefactor-candidate view is meaningless by default.
Ask: flag such nodes (
is_builtin) and exclude them from degree/centrality andlayout by default, with an opt-in flag to include them.
Observed on v0.10.8 (build
996bad5fe6fb), macOS arm64, Python monorepo (~36k nodes / ~179k edges). Happy to provide a minimal reproduction repo if useful.