Skip to main content

from_attributes_applicable

No overview available.

def from_attributes_applicable(
attributes: dict
) - > boolean

Determines if a set of attributes meets the criteria for application based on internal logic.

Parameters

NameTypeDescription
attributesdictA dictionary of key-value pairs representing the entity attributes to be evaluated.

Returns

TypeDescription
booleanTrue if the attributes are applicable, False otherwise.