bayesline.api.AsyncSettingsResolver.has_all_references

bayesline.api.AsyncSettingsResolver.has_all_references#

async AsyncSettingsResolver.has_all_references(raw_settings: RawSettings) bool#

Checks if the given settings have all their references.

Parameters#

settings: Settings

The raw_settings to check.

Returns#

True if the settings have all their references, False otherwise.