Skip to content

tinker_cookbook.preference.PreferenceModelBuilder

class tinker_cookbook.preference.PreferenceModelBuilder()

Abstract builder that creates PreferenceModel instances.

Implementations typically hold configuration (model paths, renderer names) and construct a fully-initialized PreferenceModel on __call__.

__call__()

Build and return a PreferenceModel instance.

Returns: PreferenceModel – A ready-to-use preference model.

Referenced by