Extension¶ class ocdsextensionregistry.extension.Extension(data)[source]¶ __init__(data)[source]¶ Accept a row from extensions.csv and assign values to properties. id¶ The Id cell. category¶ The Category cell. core¶ The Core cell. __repr__()[source]¶ Return repr(self). as_dict()[source]¶ Return the object’s properties as a dictionary. This method is defined to match the method in ExtensionVersion.