Node print
NodePrintHook
Bases: GraphHook[T, S]
A hook that prints the execiting nodes before and after execution in each branch.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
renderer
|
GraphRenderer[T, S] | None
|
The GraphRenderer to use for printing the nodes. If not provided, the default renderer will be used. |
None
|
Source code in src/edgygraph/graph_hooks/node_print.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |