hpcflow.app.ParameterPropagationMode# class hpcflow.app.ParameterPropagationMode(*values)# Bases: Enum How a parameter is propagated. Attributes IMPLICIT EXPLICIT NEVER EXPLICIT = 1# IMPLICIT = 0# NEVER = 2#