WireEdgeGroup
WireEdgeGroup
Section titled “WireEdgeGroup”Kind: class
Source: src/graphrefly/_facade.py:2391
Signature
Section titled “Signature”WireEdgeGroup(native: _native._WireEdgeGroup, graph: Graph, bridge: WireBridge)Description
Section titled “Description”High-level wire edge group facade for inbound or outbound edge facts.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
inbound_edges | dict[str, Node[bytes]] | |
status | Node[WireEdgeGroupStatus] | |
issues | Node[WireEdgeGroupIssue] |
Methods
Section titled “Methods”release
Section titled “release”release() -> NoneRelease the edge group facade and owned subscriptions.
Source: src/graphrefly/_facade.py:2440