hpcflow.app.InputSourceType#

class hpcflow.app.InputSourceType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

The types if input sources.

Attributes

IMPORT

LOCAL

DEFAULT

TASK

DEFAULT = 2#
IMPORT = 0#
LOCAL = 1#
TASK = 3#