find_computed_fields
Find computed fields like properties and decorators in your Python project, with scope options for main project, namespaces, or specific namespace.
Instructions
Find all computed fields (properties, computed_field decorator).
Args: scope: Search scope (default "main"): - "main": Only the main project (default for plugins) - "all": Include configured namespaces - "namespace:name": Specific namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |