A dictionary of the attributes which are not CF properties.
>>> f.attributes {} >>> f.foo = 'bar' >>> f.attributes {'foo': 'bar'} >>> f.attributes.pop('foo') 'bar' >>> f.attributes {'foo': 'bar'}
cf.Variable.array
cf.Variable.data
Enter search terms or a module, class or function name.