Skip to content

Python: improve enums in api #13982

@kriben

Description

@kriben

Usage of Enums, e.g. class MyEnum(StrEnum) , class MyEnum(str, Enum), class MyEnum(int, Enum), etc. to prevent hard coded strings and int values in function arguments.

Metadata

Metadata

Assignees

Labels

PendingReleaseIssues is fixed and will be available in next release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions