-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
🐞 Problem
The naming convention used for Python enumerations is macros-like. This means that enumerations objects should be completely written with capital letters.
As an example, consider the following conversion AgEVePropagatorType.ePropagatorTwoBody converts to PROPAGATOR_TYPE.TWO_BODY.
Some issues will arise when dropping some prefixes, as enumeration items can not start with numbers. Same applies when naming Python variables.
Metadata
Metadata
Assignees
Labels
No labels