_hook.py
InputHook
¶
Bases: Protocol[T]
Hook used to inject custom logic that will be executed before and after an input is loaded.
NodeHook
¶
OutputHook
¶
Bases: Protocol[T]
Hook used to inject custom logic that will be executed before and after an output is saved.
RunHook
¶
Bases: Protocol
Hook used to inject custom logic that will be executed when a graph is run.