WireBridge
WireBridge
Section titled “WireBridge”Kind: class
Source: src/graphrefly/_facade.py:2198
Signature
Section titled “Signature”WireBridge(native: _native._WireBridge, graph: Graph)Description
Section titled “Description”Graph-owned wire bridge bundle with status and issue nodes.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
status | Node[WireBridgeStatus] | |
issues | Node[WireBridgeIssue] |
Methods
Section titled “Methods”release
Section titled “release”release() -> NoneRelease the bridge and its attached child facade bundles.
Source: src/graphrefly/_facade.py:2231