simplebench.reporters.csv.reporter.options.options module🔗

ReporerOptions subclass for CSV reporter specific options.

This module defines the CSVOptions class, which is a subclass of ReporterOptions and is used to hold options specific to the CSV reporter.

class simplebench.reporters.csv.reporter.options.options.CSVOptions[source]🔗

Bases: ReporterOptions

Class for holding CSV reporter specific options.

This class provides additional configuration options specific to the CSV reporter. It is accessed via the options attribute of a Choice instance or a Case instance.

It is currently only a stub for future expansion.