PageRenderTime 31ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/pyjs/tests/test021.py

http://pyjamas.googlecode.com/
Python | 4 lines | 4 code | 0 blank | 0 comment | 1 complexity | f13084f71fe0055e575f500b2a39e8be MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. class DayFilterWidget:
  2. def setAllCheckBoxes(self, checked):
  3. for widget in self.outer.getWidgets():
  4. pass