tapas.report.report.Report

class tapas.report.report.Report

Bases: abc.ABC

A report groups together the outputs of a range of attacks, potentially in different threat models (dataset etc), and summarises the output of these attacks in a concise and useful way.

__init__()

Methods

__init__()

publish(filepath)

Compare the outcome of attacks, potentially on different threat models.

abstract publish(filepath)

Compare the outcome of attacks, potentially on different threat models.