Boris Staletic 289e5d9cc2 Implement an enum_ property "name"
The property returns the enum_ value as a string.
For example:

>>> import module
>>> module.enum.VALUE
enum.VALUE
>>> str(module.enum.VALUE)
'enum.VALUE'
>>> module.enum.VALUE.name
'VALUE'

This is actually the equivalent of Boost.Python "name" property.
2018-04-07 19:11:35 -03:00
..
2016-04-26 23:48:55 +02:00
2018-04-02 21:10:38 -03:00
2018-02-07 11:05:41 +01:00
2018-04-07 19:11:35 -03:00
2017-08-31 14:01:08 +02:00
2017-08-17 15:10:51 +02:00
2018-03-10 14:19:31 -04:00
2016-09-19 13:45:31 +02:00
2015-10-13 03:16:44 +02:00
2017-03-12 22:36:48 +01:00