RewireNext
RewireNext
Section titled “RewireNext”Kind: class
Source: src/graphrefly/_facade.py:1853
Signature
Section titled “Signature”RewireNext(ctx: Ctx)Description
Section titled “Description”Callback-scoped deferred topology mutation facade.
Methods
Section titled “Methods”subscribe_dep
Section titled “subscribe_dep”subscribe_dep(dep: Node[Any], callback: NodeCallback) -> NoneSubscribe this node to an additional dependency on the next wave.
Source: src/graphrefly/_facade.py:1859
unsubscribe_dep
Section titled “unsubscribe_dep”unsubscribe_dep(dep: Node[Any], callback: NodeCallback) -> NoneUnsubscribe this node from a dependency on the next wave.
Source: src/graphrefly/_facade.py:1873
replace_deps
Section titled “replace_deps”replace_deps(deps: Iterable[Node[Any]], callback: NodeCallback) -> NoneReplace this node’s dependency set on the next wave.
Source: src/graphrefly/_facade.py:1887