enums
CompInitMode
Bases: StrEnum
Component initialization mode for Component.
- DEFAULT: Instantiate by calling the component
- CALLABLE: Return the callable (or partial with kwargs)
- DEBUG: Use pdb.runcall for debugging