cf.Constructs.construct_type — Documentation
-
Constructs.construct_type(key)[source]¶
Return the type of a construct for a given key.
Added in version (cfdm): 1.7.0
- Parameters:
- key:
str A construct identifier.
- Returns:
str or NoneThe construct type, or None if the key is not
present.