summaryrefslogtreecommitdiff
path: root/libs/python/pyste/tests/enums.pyste
blob: c18a1244fa63dbbb3298510034b754da4ffd2622 (plain)
1
2
3
4
5
6
7
8
h = AllFromHeader('enums.h')
rename(h.color.red, 'Red')
rename(h.color.blue, 'Blue')
export_values(h.color)
rename(h.X.choices.bad, 'Bad')
rename(h.X.choices.good, 'Good')
rename(h.X.choices, 'Choices')