close_rope_project
After Python refactoring, close the project to release allocated resources and free memory.
Instructions
Close a Rope project and release resources.
Call this when done with refactoring to free memory.
Args: project_path: Root directory of the Python project
Returns: JSON with success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |