/pyjs/tests/test031.py

http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 41322b26de359b6fcc81492a5fd8a46d MD5 · raw file

  1. class Foo:
  2. BAR = 1
  3. BAZ = 2
  4. def test():
  5. return Foo.BAR