PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-15/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)