pygsti.report.workspacetexts

Classes corresponding to text blocks within a Workspace context.

Module Contents

Classes

StdoutText

A text block showing standard output recorded using VerbosityPrinter objects.

class pygsti.report.workspacetexts.StdoutText(ws, vb_recorded_output)

Bases: pygsti.report.workspace.WorkspaceText

A text block showing standard output recorded using VerbosityPrinter objects.

Parameters

wsWorkspace

The containing (parent) workspace.

vb_recorded_outputlist

A list of (type,level,message) tuples, one per line/message as returned by VerbosityPrinter.stop_recording().

A text block of standard output.

Parameters

vb_recorded_outputlist

A list of (type,level,message) tuples, one per line/message as returned by VerbosityPrinter.stop_recording().