Skip to content

option to only show enum member's value for autoenum #34

@classabbyamp

Description

@classabbyamp

Description

To make my docs look cleaner, I'd like an option to show just the repr of the enum member's value instead of the repr of the enum member for autoenum.

I.e.: repr(enum.member.value) not repr(enum.member)

Current behaviour:
image

Requested behaviour:
image

Version

  • Operating System: Linux
  • Python: 3.9
  • enum_tools: 0.6.4

Other Additional Information:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requeststalewontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions