/pyjs/tests/test031.py
http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 41322b26de359b6fcc81492a5fd8a46d MD5 · raw file
- class Foo:
- BAR = 1
- BAZ = 2
-
- def test():
- return Foo.BAR