/pyjs/tests/test027.py
Python | 10 lines | 8 code | 2 blank | 0 comment | 1 complexity | a03531ea0dc7c4f76d073e6691ba0b4a MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- class RowDataAcceptorImpl:
- def accept(self, startRow, data):
- srcRowIndex = 0
- srcRowCount = 5
- destRowIndex = 1
-
- while srcRowIndex < srcRowCount:
- srcRowIndex += 1
- destRowIndex += 1