flytekit.types.iterator.FlyteIterator#
- class flytekit.types.iterator.FlyteIterator(ctx, lv, expected_python_type, length)[source]#
- Parameters:
ctx (FlyteContext)
lv (Literal)
expected_python_type (Type[T])
length (int)
- __init__(ctx, lv, expected_python_type, length)[source]#
- Parameters:
ctx (FlyteContext)
lv (Literal)
expected_python_type (Type[T])
length (int)
Methods
__init__
(ctx, lv, expected_python_type, length)