Skip to content

None should be an allowable enumeration value in enums of any primitive type. #42

@bckohan

Description

@bckohan

This should be ok:

class NoneIntEnum(enum.IntEnum):
    VALUE1 = None
    VALUE2 = 2

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions