cfdm.CFDMImplementation.set_construct¶
- CFDMImplementation.set_construct(parent, construct, axes=None, copy=True, **kwargs)[source]¶
Insert a construct into a field or domain.
Added in version (cfdm): 1.10.0.2
- Parameters:
- parent:
FieldorDomain On what to set the construct
- construct:
The construct to set.
- axes:
tupleorNone, optional The construct domain axes, if applicable.
- copy:
bool, optional Whether or not to set a copy of construct.
- kwargs: optional
Additional parameters to the
set_constructof parent that may be used by subclasses.
- parent:
- Returns:
strThe construct identifier.