/pyjs/tests/test027.py
http://pyjamas.googlecode.com/ · Python · 10 lines · 8 code · 2 blank · 0 comment · 1 complexity · a03531ea0dc7c4f76d073e6691ba0b4a MD5 · raw file
- class RowDataAcceptorImpl:
- def accept(self, startRow, data):
- srcRowIndex = 0
- srcRowCount = 5
- destRowIndex = 1
-
- while srcRowIndex < srcRowCount:
- srcRowIndex += 1
- destRowIndex += 1