Detail: NPY: Method
- NPY.__enter__()
When entering a context manager, a handle to this instance is returned.
- NPY.__exit__(type, value, traceback)
When exiting a context manager, resources are closed as necessary.
NPY: Constructor | Attribute | Method | Display