class_hierarchy
Retrieve the class hierarchy for a specified class in a Python file, showing parent and child classes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| language | No | python | |
| class_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| found | Yes | ||
| class_name | Yes | ||
| subclasses | No |