source:
downloads/boost_1_34_1/libs/python/pyste/tests/enums.pyste
@
45
Last change on this file since 45 was 29, checked in by landauf, 17 years ago | |
---|---|
File size: 204 bytes |
Line | |
---|---|
1 | h = AllFromHeader('enums.h') |
2 | rename(h.color.red, 'Red') |
3 | rename(h.color.blue, 'Blue') |
4 | export_values(h.color) |
5 | rename(h.X.choices.bad, 'Bad') |
6 | rename(h.X.choices.good, 'Good') |
7 | rename(h.X.choices, 'Choices') |
8 |
Note: See TracBrowser
for help on using the repository browser.