formats
A module containing the base class for all Format enumerations.
Summary
Classes:
An enumeration super class of the various supported trajectory formats. |
Reference
- class BaseEnumFormat(
- value,
- names=<not given>,
- *values,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
Bases:
Enum
An enumeration super class of the various supported trajectory formats.
- classmethod member_repr() str [source]
This method returns a string representation of the members of the enumeration.
- Returns:
A string representation of the members of the enumeration.
- Return type:
str