SunPy 4.0.0
sunpy.coordinates
sunpy.data
sunpy.database
sunpy.image
sunpy.io
sunpy.map
sunpy.net
sunpy.physics
sunpy.sun
sunpy.time
sunpy.timeseries
sunpy.util
sunpy.visualization
Expand a list of lists or tuples.
inp (list, tuple, collections.UserList) – The iterable to expand.
list
tuple
collections.UserList
list – A flat list consisting of the entries of the input.
References
https://stackoverflow.com/questions/2185822/expanding-elements-in-a-list/2185971#2185971