pyiron_workflow.mixin package
Submodules
- pyiron_workflow.mixin.display_state module
- pyiron_workflow.mixin.has_interface_mixins module
- pyiron_workflow.mixin.injection module
- pyiron_workflow.mixin.lexical module
- pyiron_workflow.mixin.preview module
- pyiron_workflow.mixin.run module
Module contents
A submodule to hold classes that Node (and/or Channel) inherit from.
I.e. upstream stuff relative to Node.
Each class is intended to provide a well-defined interface to some functionality.
Ideally, the mixins should be lightweight and not interfere with each other.