analyze_python_file
Analyzes Python files to identify refactoring opportunities and provides precise guidance for improving code structure and readability.
Instructions
Analyze Python file for refactoring opportunities with precise guidance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Python file content to analyze | |
| file_path | No | Path to Python file to analyze |