CallableChoiceIterator
Iterator to lazily normalize choices generated by a callable.
Attributes
| Attribute | Type | Description |
|---|---|---|
| func | callable | The callable object used to generate the raw choices that will be lazily normalized during iteration. |
Constructor
Signature
def CallableChoiceIterator(
func: callable
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| func | callable | The callable function to be executed for generating choices. |
Signature
def CallableChoiceIterator(
func: callable
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| func | callable | The callable function to be executed lazily to retrieve the raw choice data |