autodqm.plugin_results module

class autodqm.plugin_results.PluginResults(canvas, show=False, info={}, artifacts=[])

Bases: object

Data class for storing the results of a plugin function

self.canvas: the canvas to be saved and displayed self.show: whether the canvas should be shown by default self.info: dictionary of any extra information that should be displayed self.artifacts: root objects that need to be protected from garbage collection