Stream¶
-
class
asdf.Stream(shape, dtype, strides=None)[source]¶ Bases:
asdf.tags.core.ndarray.NDArrayTypeUsed to put a streamed array into the tree.
Attributes Summary
has_required_modulesnamesupported_versionstypesMethods Summary
from_tree(data, ctx)reserve_blocks(data, ctx)to_tree(data, ctx)Attributes Documentation
-
has_required_modules= True¶
-
name= None¶
-
supported_versions= []¶
-
types= []¶
Methods Documentation
-