QueryResponse#

class sunpy.net.dataretriever.QueryResponse(
data=None,
masked=False,
names=None,
dtype=None,
meta=None,
copy=True,
rows=None,
copy_indices=True,
units=None,
descriptions=None,
**kwargs,
)[source]#

Bases: QueryResponseTable

Attributes Summary

Methods Summary

response_block_properties()

Returns a set of class attributes on all the response blocks.

time_range()

Returns the time-span for which records are available.

Attributes Documentation

hide_keys = ['url']#

Methods Documentation

response_block_properties()[source]#

Returns a set of class attributes on all the response blocks.

time_range()[source]#

Returns the time-span for which records are available.