- Notifications
You must be signed in to change notification settings - Fork749
Closed
Description
Environment
- Pythonnet version: All
- Python version: 2.7
- Operating System: Mono
Details
- Print string name of an enum from python.
//inC#enumNamePrinting {Test,Name }//inpython:self.A="A"+str(NamePrinting.Test)printA//A1not"ATest"likeinC#.
Is it possible to get the text string name instead of the integer?
Metadata
Metadata
Assignees
Labels
No labels