analyse_project
=False) analyse_project(folder_path, internal_only
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 |