deputy subclasses¶
Finds subclasses of a given class entity.
Usage¶
Options¶
| Flag | Description |
|---|---|
--transitive / -t |
Include indirect subclasses (the full inheritance tree) |
Behaviour¶
- Default: returns only direct subclasses (classes that directly inherit from
full_path). --transitive: returns the complete subclass tree - classes that directly or indirectly inherit fromfull_path.
Results are displayed as a tree showing entity type, full path, and line number.