-
- Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Enhancement ✨Improvement to a componentImprovement to a componentpyreverseRelated to pyreverse componentRelated to pyreverse component
Description
Current problem
When running pyreverse against large projects, it's sometimes necessary to call pyreverse against different modules to create class graphs that are readable. However, tracing class ancestry outside the modules being analyzed, but within the project, is often still desired. The only way to do this today is to use --show-associated and --all-associated, but this will trace the ancestors for all modules, not just those in the same project.
Desired solution
Add an option to filter ancestors, either through regular expressions or by setting the parent module for the project, would be very useful for customizing what is shown in the graphs.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Enhancement ✨Improvement to a componentImprovement to a componentpyreverseRelated to pyreverse componentRelated to pyreverse component