Skip to content

Commit

Permalink
add more details to getGridSize() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 19, 2024
1 parent 9013e72 commit bbf54d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
Expand Down

0 comments on commit bbf54d7

Please sign in to comment.