Expand description
Unified AST visitor for deprecated function collection and cleanup operations
This visitor consolidates the shared logic between collection (‘dissolve info’) and cleanup (‘dissolve cleanup’) operations. Migration continues to use the specialized rustpython_visitor approach due to its complexity.
Structs§
- Unified
Visitor - Unified visitor that handles collection and cleanup operations
Enums§
- Operation
Mode - Operation mode for the unified visitor
- Unified
Result - Result type for unified operations
Type Aliases§
- Should
Remove Callback - Callback type for determining if a replacement should be removed