MyResultVer0

class ase2sprkkr.asr.test.test_core_results.MyResultVer0(a, b)[source]

Generic results.

Class hierarchy

Inheritance diagram of ase2sprkkr.asr.test.test_core_results.MyResultVer0

Constructor

Parameters:
  • a (int)

  • b (int)

__init__(a, b)

Instantiate result.

Parameters:
  • data (Dict[str, Any]) – Input data to be wrapped.

  • metadata (dict) – Dictionary containing metadata.

  • strict (bool or None) – Strictly enforce data entries in data.

property a: int

A description of “a”.

property b: int

A description of “b”.

version: int = 0
key_descriptions: Dict[str, str] = {'a': 'A description of "a".', 'b': 'A description of "b".'}
_known_data_keys = {'a', 'b'}
strict = True