iterate_items

Model.iterate_items() Generator[tuple[str, dict[str, Item] | list[Item]], None, None][source]

Iterate items.

Yields:

tuple[str, dict[str, Item] | list[Item]] – The name of the item and the individual items of the type.