You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.