Detail: NPZ: Method

Overview: NPZ: Method

NPZ.__enter__()

When entering a context manager, a handle to this instance is returned.

NPZ.__exit__(type, value, traceback)

When exiting a context manager, resources are closed as necessary.

NPZ: Constructor | Attribute | Method | Display