splatnet3_scraper.query.QueryResponse.__iter__()

Returns an iterator over the values in the data.

This method simply calls self.keys() and iterates over over self[key] for each key in the list of keys. This method is used to implement self.values().

Yields:

Iterator[Any] – The values in the data.