File: test_simple2.py

package info (click to toggle)
pycxx 6.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,156 kB
  • sloc: cpp: 6,093; python: 756; sh: 47; ansic: 43; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
import simple2

m = {
    simple2.xxx.first: 1,
    simple2.xxx.second: 2,
    simple2.xxx.third: 3
}

v = m[ simple2.xxx.second ]
print( v )