/pyjs/tests/test035.py
Python | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 6b7c2e23693db69364f227d501419ce1 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- from baz import Baz
- class Foo:
- pass
- def test():
- foo = Foo()
- bar = Foo
- Baz.doSomething()