scippnexus.typing.H5Dataset#

class scippnexus.typing.H5Dataset(*args, **kwargs)[source]#

h5py.Dataset-like

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

read_direct(array)

Read dataset into given buffer

Attributes

attrs

Attributes of dataset or group

dtype

dtype of a dataset

file

File of dataset or group

name

Name of dataset or group

parent

Parent of dataset or group

shape

Shape of a dataset

property dtype: list[int]#

dtype of a dataset

read_direct(array)[source]#

Read dataset into given buffer

Return type:

None

property shape: list[int]#

Shape of a dataset