Analyze Code
cc_analyze_codeAnalyze a Python file to extract classes, methods, functions, imports, lines of code, and complexity metrics.
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 |