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
Returns a set of keyword names from func’s signature. Recursive if func is a list of functions and methods.
func
func (function or method or list) – Function or method (or list of those) to extract a set of accepted keyword arguments for.
list
keywords (set) – A set of accepted keyword arguments.
set