hansken_extraction_plugin.api.data_context

This module contains the definition of the DataContext.

Classes

DataContext(data_type, data_size)

This class contains the data context of a plugin that is processing a trace.

class DataContext(data_type: str, data_size: int)[source]

Bases: object

This class contains the data context of a plugin that is processing a trace.

data_type: str

the named data type that is being processed

data_size: int

the size / total length of the data stream that is being processed