Dataset.summary_datablocks
- Dataset.summary_datablocks(flag_print: bool = True) Tuple[str, None] [source]
Short summary of the data blocks in the dataset, and the data objects they contain.
- Parameters:
flag_print (bool, optional, default=True) – It True, the summary is printed to the console. Otherwise, it is returned as a string.
- Returns:
Tuple[str, None] – If
flag_print=True
, the summary is printed to the console. Otherwise, it is returned as a string.