NPZ¶
Detail: NPZ
NPZ: Constructor¶
Detail: NPZ: Constructor
|
||
|
Given an iterable of arrays, write out an NPZ or NPY directly, without building… |
|
|
Given an iterable of Frames, write out an NPZ or NPY directly, without building… |
NPZ: Constructor | Attribute | Method | Display | Operator Binary
NPZ: Attribute¶
Detail: NPZ: Attribute
|
Return a Frame indicating name, dtype, shape, and bytes, of Archive components. |
|
|
Return numer of bytes stored in this archive. |
NPZ: Constructor | Attribute | Method | Display | Operator Binary
NPZ: Method¶
Detail: NPZ: Method
|
When entering a context manager, a handle to this instance is returned. |
|
|
When exiting a context manager, resources are closed as necessary. |
NPZ: Constructor | Attribute | Method | Display | Operator Binary
NPZ: Display¶
Detail: NPZ: Display
A Frame documenting the interface of this class. |
||
|
Return repr(self). |
|
|
Return str(self). |
NPZ: Constructor | Attribute | Method | Display | Operator Binary
NPZ: Operator Binary¶
Detail: NPZ: Operator Binary
|
Return self==value. |
|
|
Return self>=value. |
|
|
Return self>value. |
|
|
Return self<=value. |
|
|
Return self<value. |
|
|
Return self!=value. |
NPZ: Constructor | Attribute | Method | Display | Operator Binary