From bbf54d740f70baee1e5fd5d3fb396699af5095b3 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 19 Mar 2024 22:06:41 +0000 Subject: [PATCH] add more details to getGridSize() docstring --- src/omero/gateway/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/omero/gateway/__init__.py b/src/omero/gateway/__init__.py index a225ea66c..9d20fd156 100644 --- a/src/omero/gateway/__init__.py +++ b/src/omero/gateway/__init__.py @@ -6645,6 +6645,7 @@ def getGridSize(self): """ Iterates all wells on plate to retrieve grid size as {'rows': rSize, 'columns':cSize} dict. + If the Plate has no Wells, it will return {'rows': 0, 'columns': 0} :rtype: dict of {'rows': rSize, 'columns':cSize} """