find#

sunpy.sun.constants.find(sub=None)[source]#

Return list of constants keys containing a given string.

Parameters:

sub (str, optional) – Sub-string to search keys for. By default set to None and returns all keys.

Returns:

None, list – The matching keys.

See also

None

Contains the description of constants, which, as a dictionary literal object, does not itself possess a docstring.