Analyze Code
cc_analyze_codeAnalyze Python code to extract classes, functions, imports, and complexity metrics. Get detailed insights into your code structure.
Instructions
Analyzes a Python file: classes, functions, imports, metrics.
Args:
path (string): Path to the Python file
Returns:
Classes with methods, functions, import analysis, LOC, complexity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the Python file |