/pyjs/tests/test031.py
Python | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 41322b26de359b6fcc81492a5fd8a46d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
1class Foo: 2 BAR = 1 3 BAZ = 2 4 5def test(): 6 return Foo.BAR
1class Foo: 2 BAR = 1 3 BAZ = 2 4 5def test(): 6 return Foo.BAR