- splatnet3_scraper.query.QueryResponse.__iter__()
Returns an iterator over the values in the data.
This method simply calls
self.keys()and iterates over overself[key]for each key in the list of keys. This method is used to implementself.values().- Yields:¶
Iterator[Any] – The values in the data.