offspect.types¶
-
Annotations= typing.Dict[str, typing.Any]¶ A dictionary with fields origin, origin attributes and trace attributes, the latter being a List of MetaData for each specific Trace
-
FileName= typing.Union[str, pathlib.Path]¶ The name of a file in the operating system
-
MetaData= typing.Dict[str, str]¶ A specific metadata element from an HDF5 cachefile
-
MetaValue¶ alias of
builtins.str
-
TraceAttributes= typing.Dict[str, str]¶ Collapsed annotations with information on origin, origin attributes and a specific trace all in one Dictionary
-
TraceData¶ alias of
numpy.ndarray