find
Find setting by name.
def find(
name: string,
namespace: string = 'celery'
) - > searchresult
Find setting by name.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the configuration setting to locate. |
| namespace | string = 'celery' | The primary namespace to search before falling back to other available namespaces. |
Returns
| Type | Description |
|---|---|
searchresult | A searchresult object containing the namespace, the normalized setting name, and its corresponding value. |