Skip to content

Commit 16eecd9

Browse files
committed
Add documentation for ome/omero-py#418
1 parent fe7e16b commit 16eecd9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

omero/developers/Tables.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,11 @@ Main methods
199199

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

204208
.. method:: slice(colNumbers, rowNumbers)
205209

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

221+
.. note:: If you do not need the row numbers that match your read
222+
returned in the :class:`~omero.grid.Data` object you can set
223+
`omero.tables.include_row_numbers` to `false` in the Ice
224+
context passed when you make the call.
225+
217226
.. method:: getWhereList(condition, variables, start, stop, step)
218227

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

0 commit comments

Comments
 (0)