Skip to main content

CallableChoiceIterator

Iterator to lazily normalize choices generated by a callable.

Attributes

AttributeTypeDescription
funccallableThe callable object used to generate the raw choices that will be lazily normalized during iteration.

Constructor

Signature

def CallableChoiceIterator(
func: callable
) - > null

Parameters

NameTypeDescription
funccallableThe callable function to be executed for generating choices.

Signature

def CallableChoiceIterator(
func: callable
) - > null

Parameters

NameTypeDescription
funccallableThe callable function to be executed lazily to retrieve the raw choice data