PageRenderTime 524ms CodeModel.GetById 508ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test001.py

http://pyjamas.googlecode.com/
Python | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | bc8c5b5ee55ff3de2c53e336b039d159 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. class UIObject:
  2. def getElement(self):
  3. return self.element
  4. def setElement(self, element):
  5. self.element = element