We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shift checks whether the shifted cell exists with assert_one.
Not convinced it should -- it might not exist at the sides of a sheet etc.
File "/home/.local/lib/python2.7/site-packages/xypath/xypath.py", line 626, in shift t_cell = self.table.get_at(b_cell.x + x, b_cell.y + y).assert_one()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shift checks whether the shifted cell exists with assert_one.
Not convinced it should -- it might not exist at the sides of a sheet etc.
The text was updated successfully, but these errors were encountered: