Object representing all the gAttributes in a CDF.
>>> global_attribs = cdffile.attrs
Appears as a dictionary: keys are attribute names; each value is an attribute represented by a gAttr object. To access the global attribute TEXT:
>>> text_attr = cdffile.attrs['TEXT']
See also