cf.NetCDF4Array._docstring_special_substitutions — Documentation
- classmethod NetCDF4Array._docstring_special_substitutions()[source]¶
Return the special docstring substitutions.
{{class}}is replaced by the name of the class.{{class_lower}}is replaced by the name of the class convert to all lower case.{{package}}is replaced by the name of the package, as defined by the first N.(dot) separated fields of the class’s__module__attribute, where is N determined by_docstring_package_depth.Added in version (cfdm): 1.8.7.0
- Returns:
tupleThe special docstring substitution identifiers.