EditEntry#

class sunpy.database.commands.EditEntry(database_entry, **kwargs)[source]#

Bases: DatabaseOperation

Change the properties of the database entry. The given keyword arguments are used to set the attributes of the entry. The keys represent the attribute name and the values represent the new value of this attribute. Example: EditEntry(entry, foo='bar') will set the attribute foo of entry to the value 'bar'.

Methods Summary

__call__()

Call self as a function.

undo()

Methods Documentation

__call__()[source]#

Call self as a function.

undo()[source]#