Extension#

class ocdsextensionregistry.extension.Extension(data)[source]#
__init__(data)[source]#

Accepts a row from extensions.csv and assigns values to properties.

id#

The Id cell.

category#

The Category cell.

core#

The Core cell.

__repr__()[source]#

Return repr(self).

as_dict()[source]#

Returns the object’s properties as a dictionary.

This method is defined to match the method in ExtensionVersion.