/pyjs/tests/test023.py

http://pyjamas.googlecode.com/ · Python · 5 lines · 4 code · 1 blank · 0 comment · 1 complexity · 6231f4e478a689fdb2941eab175df0b1 MD5 · raw file

  1. class CalendarProvider:
  2. def pushResults(self, acceptor, startRow, people):
  3. for person in people:
  4. pass