splatnet3_scraper.query.QueryResponse.show(return_value: False) None
splatnet3_scraper.query.QueryResponse.show(return_value: True) dict[str, Any]

Prints the data to the console. If return_value is True, returns the data as a dict instead.

Parameters:
return_value : bool

Whether to return the data as a dict. If True, the data will be returned instead of printed. Defaults to False.

Returns:

dict[str, Any] | list[dict[str, Any]] | None – The data. If return_value is False, this will be None.