Expand description
Graph queries: trace weight, import chains, cut points, and diffs.
Structs§
- CutModule
- A module whose dynamic conversion would sever one or more import chains.
- Diff
Package - A package that appears in only one side of a diff, with its size.
- Diff
Result - Compute a diff between two trace snapshots.
- Heavy
Package - A third-party package with its reachable size and shortest import chain.
- Module
Cost - A module with its exclusive weight (bytes only it contributes to the graph).
- Trace
Options - Options controlling which edges to follow and how many results to return.
- Trace
Result - Results of tracing transitive import weight from an entry module.
- Trace
Snapshot - Minimal snapshot of a trace result for before/after comparison.
Enums§
- Chain
Target - Target for
--chain/--cutqueries: a package name or a specific module.
Functions§
- diff_
snapshots - find_
all_ chains - Find ALL shortest chains from entry to a specific target (package or module).
- find_
cut_ modules - Find modules that appear in all chains from entry to a package.
- trace