Skip to main content

find

Find setting by name.

def find(
name: string,
namespace: string = 'celery'
) - > searchresult

Find setting by name.

Parameters

NameTypeDescription
namestringThe name of the configuration setting to locate.
namespacestring = 'celery'The primary namespace to search before falling back to other available namespaces.

Returns

TypeDescription
searchresultA searchresult object containing the namespace, the normalized setting name, and its corresponding value.