utils.EditableHDF5Dataset.return_scalar#

Back to Class page

Summary#

Checks whether the return type is a scalar

Signature#

def return_scalar(self, key)
Input variables#

Name

Type

Default

Description

key

Key used to index into the dataset

Output variables#

Return annotation

Docstring type

Description

None

True if the return type is a scalar

Docstring#

Checks whether the return type is a scalar
:param key: Key used to index into the dataset
:return: True if the return type is a scalar