PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/test-suite/python/enum_runme.py

#
Python | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 6f3f54fff1994e44f20f23353b8fad16 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. import _enum
  2. _enum.bar2(1)
  3. _enum.bar3(1)
  4. _enum.bar1(1)