CircuitDiagram
Bases: ABC
ABC
A class that builds circuit diagrams.
Build a diagram for the specified circuit.
circuit
circuit (Circuit) – The circuit to build a diagram for.
Circuit
str
str – String representation for the circuit diagram. An empty string is returned for an empty circuit.