PageRenderTime 194ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/pyjs/tests/test023.py

http://pyjamas.googlecode.com/
Python | 5 lines | 4 code | 1 blank | 0 comment | 1 complexity | 6231f4e478a689fdb2941eab175df0b1 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. class CalendarProvider:
  2. def pushResults(self, acceptor, startRow, people):
  3. for person in people:
  4. pass