translator
.
intermediateBuilder
.importedCircuitNode
index
/home/yentl/UA/devs-eindwerk/translator/translator/intermediateBuilder/importedCircuitNode.py
Classes
translator.intermediateBuilder.node.Node
(
translator.intermediateBuilder.element.Element
)
ImportedCircuitNode
class
ImportedCircuitNode
(
translator.intermediateBuilder.node.Node
)
An imported circuit (subcircuit), if you want to build smaller circuits that you can use multiple times as a module nested within larger circuits
Method resolution order:
ImportedCircuitNode
translator.intermediateBuilder.node.Node
translator.intermediateBuilder.element.Element
builtins.object
Methods defined here:
__init__
(self, circuit)
Constructor
bindOutputWithComp
(self, wire, infoTuple)
Overwrites the parent function (but has the same meaning)
getAllElementsViaOuputConnected
(self)
Overwrites the parent function (but has the same meaning)
setExtraOutput
(self, originalWire, newWire)
Overwrites the parent function (but has the same meaning)
Data descriptors inherited from
translator.intermediateBuilder.element.Element
:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)