Analyzer Interface (i_analyzer)

class pypint.plugins.analyzers.i_analyzer.IAnalyzer(*args, **kwargs)[source]

Bases: builtins.object

Basic interface for analyzers.

add_data(*args, **kwargs)[source]

Adds a dataset to the analyzer.

run(**kwargs)[source]

Runs the full analyzation procedure of this analyzer.

__weakref__

list of weak references to the object (if defined)