Get a list of configs from a single config or a list of configs.
It is useful for subclasses overriding batch() or abatch().
get_config_list(
config: RunnableConfig | Sequence[RunnableConfig] | None,
length: int
) -> list[RunnableConfig]| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Sequence[RunnableConfig] | None | The config or list of configs. |
length* | int | The length of the list. |