QueryResponseRow#
- class sunpy.net.base_client.QueryResponseRow(table, index)[source]#
Bases:
RowA row subclass which knows about the client of the parent table.
Attributes Summary
A dictionary designed to be used to format a filename.
Methods Summary
as_table()Return this Row as a length one Table
get(key[, default])Extract a value from the row if the key is present otherwise return the value of
defaultAttributes Documentation
- response_block_map#
A dictionary designed to be used to format a filename.
This takes all the columns in this Row and lower cases them and replaces spaces with underscores. Also removes any characters not allowed in Python identifiers.
Methods Documentation