cfdm.Implementation


class cfdm.Implementation(cf_version=None, **kwargs)[source]

Bases: object

Store an implementation of the CF data model.

Initialisation

Parameters:
kwargs:

The concrete objects required to represent a Field.

Methods

Methods

classes

Return all the classes of the implementation.

copy

Copy.

get_cf_version

Return the CF version of the implementation.

get_class

Return a class of the implementation.

set_class

Set a class of the implementation.