analyse_project
analyse_project(folder_path, internal_only=False)Analyse a project folder and build a comprehensive project model.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| folder_path | str | Path to the folder to analyse | required |
| internal_only | bool | If True, only include internal modules in the visualisation | False |
Returns
| Name | Type | Description |
|---|---|---|
| ProjectModel | A ProjectModel containing the complete analysis results |