class documentation

class VALIDATION_MODE(StrEnum):

View In Hierarchy

Enumeration of validation modes for the DataGraphs project loading.

Constant BYPASS Undocumented
Constant NO_PROMPT Undocumented
Constant PROMPT Undocumented
BYPASS: str =

Undocumented

Value
'bypass'
NO_PROMPT: str =

Undocumented

Value
'no-prompt'
PROMPT: str =

Undocumented

Value
'prompt'