Skip to main content
Interface for lazy list producers.

Methods

NameDescription
produceProduce the list value.

produce

def produce(
  context: IResolveContext
) -> typing.List[str]
Produce the list value.

contextRequired