spacepy.pycdf.VarCopy¶
-
class
spacepy.pycdf.
VarCopy
[source]¶ A list-like copy of the data and attributes in a
Var
Data are in the list elements. CDF attributes are in a dict, accessed through
attrs
. (I.e., data and attributes are accessed like in aVar
.)Do not instantiate this class directly; use
copy()
on an existingVar
.-
attrs
¶ Python dictionary containing attributes copied from the zVar
-