list_functions
Get a complete inventory of functions and methods in a Python file, including signatures, annotations, decorators, and line ranges. Useful for code analysis and documentation.
Instructions
List all functions and methods with full signatures and line ranges.
Includes parameter annotations and defaults, return annotation, decorators, async flag, and nested function relationships.
Args: path: Path to a .py file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |