SunPy 3.0.1
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