Home
last modified time | relevance | path

Searched refs:cf_attributes (Results 1 – 12 of 12) sorted by relevance

/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/
H A Dxarray.py547 def assign_crs(self, cf_attributes=None, **kwargs): argument
577 return _assign_crs(self._data_array, cf_attributes, kwargs)
822 def assign_crs(self, cf_attributes=None, **kwargs): argument
856 return _assign_crs(self._dataset, cf_attributes, kwargs)
1068 def _assign_crs(xarray_object, cf_attributes, cf_kwargs): argument
1072 if cf_attributes is not None and len(cf_kwargs) > 0:
1074 elif cf_attributes is None and len(cf_kwargs) == 0:
1076 attrs = cf_attributes if cf_attributes is not None else cf_kwargs
/dports/net/samba412/samba-4.12.15/librpc/idl/
H A Dcab.idl93 } cf_attributes;
109 cf_attributes attribs; /* attribute flags for this file */
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dtypedtree.ml169 cf_attributes: attribute list; RecordField
H A Dtypedtree.mli284 cf_attributes: attributes; RecordField
H A Duntypeast.ml728 let attrs = sub.attributes sub cf.cf_attributes in
H A Dprinttyped.ml572 attributes i ppf x.cf_attributes;
H A Dtypeclass.ml561 { cf_desc = desc; cf_loc = loc; cf_attributes = cf.pcf_attributes }
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dtypedtree.ml169 cf_attributes: attribute list; RecordField
H A Dtypedtree.mli284 cf_attributes: attributes; RecordField
H A Duntypeast.ml728 let attrs = sub.attributes sub cf.cf_attributes in
H A Dprinttyped.ml572 attributes i ppf x.cf_attributes;
H A Dtypeclass.ml561 { cf_desc = desc; cf_loc = loc; cf_attributes = cf.pcf_attributes }