Skip to content

Commit

Permalink
Add documentation for ome/omero-py#418
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jul 8, 2024
1 parent fe7e16b commit 16eecd9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion omero/developers/Tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ Main methods

.. note:: `start=0, stop=0` currently returns the first row instead
of empty as would be expected using the normal Python range
semantics. This may change in future.
semantics. This may change in future. If you do not need the
row numbers that match your read returned in the
:class:`~omero.grid.Data` object you can set
`omero.tables.include_row_numbers` to `false` in the Ice
context passed when you make the call.

.. method:: slice(colNumbers, rowNumbers)

Expand All @@ -214,6 +218,11 @@ Main methods
:return: The requested columns and rows as a
:class:`~omero.grid.Data` object.

.. note:: If you do not need the row numbers that match your read
returned in the :class:`~omero.grid.Data` object you can set
`omero.tables.include_row_numbers` to `false` in the Ice
context passed when you make the call.

.. method:: getWhereList(condition, variables, start, stop, step)

Run a query on a table, see :ref:`tables-query-language`.
Expand Down

0 comments on commit 16eecd9

Please sign in to comment.