Skip to content
PACKAGES

WireEdgeGroup

Kind: class

Source: src/graphrefly/_facade.py:2391

WireEdgeGroup(native: _native._WireEdgeGroup, graph: Graph, bridge: WireBridge)

High-level wire edge group facade for inbound or outbound edge facts.

NameTypeDescription
inbound_edgesdict[str, Node[bytes]]
statusNode[WireEdgeGroupStatus]
issuesNode[WireEdgeGroupIssue]
release() -> None

Release the edge group facade and owned subscriptions.

Source: src/graphrefly/_facade.py:2440