expand
Takes a Python file and specified function/class names, returns their full source code along with compressed dependency context.
Instructions
Given function/class names in a .py file, return them verbatim (full source) plus their compressed dependency context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Function/class names to expand. | |
| file_path | Yes | Path to a .py file (relative to --root or absolute). |