find_long_functions
Analyze Python code to identify functions exceeding a configurable line threshold, helping you find candidates for extraction and refactoring.
Instructions
Find functions that are candidates for extraction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Python file content to analyze | |
| line_threshold | No | Minimum lines to consider a function long (default: 20) |