PageRenderTime 35ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test035.py

http://pyjamas.googlecode.com/
Python | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 6b7c2e23693db69364f227d501419ce1 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. from baz import Baz
  2. class Foo:
  3. pass
  4. def test():
  5. foo = Foo()
  6. bar = Foo
  7. Baz.doSomething()