formats
A module containing the InputFileFormat enumeration.
Summary
Classes:
An enumeration of the supported input formats. |
Reference
- class InputFileFormat(
- value,
- names=<not given>,
- *values,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
Bases:
BaseEnumFormat
An enumeration of the supported input formats.
- classmethod is_qmcf_type(
- value: object,
Returns True if the given value is a QMCF input file format.
- PQ = 'PQ'
- PQANALYSIS = 'PQANALYSIS'
- QMCFC = 'QMCFC'