This PR is for addressing this issue #479
If retrieving the original enum name is not possible, an alternative solution is to adjust the enum value to ensure it corresponds to the intended format and then assign it to enum name.
This PR accomplishes two main objectives:
Convert the enum value into a correctly formatted enum name.
Replace the default python_val with the newly formatted enum name.
This PR is for addressing this issue #479
If retrieving the original enum name is not possible, an alternative solution is to adjust the enum value to ensure it corresponds to the intended format and then assign it to enum name.
This PR accomplishes two main objectives:
python_val
with the newly formatted enum name.