Skip to content

Commit

Permalink
Remove obsolete internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed May 28, 2021
1 parent 2147ffc commit 9811135
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/omero/hdfstorageV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,20 +590,6 @@ def read(self, stamp, colNumbers, start, stop, current):

return self._as_data(cols, rowNumbers)

def _getrows(self, start, stop):
return self.__mea.read(start, stop)

def _rowstocols(self, rows, colNumbers, cols):
l = 0
rv = []
for i in colNumbers:
col = cols[i]
col.fromrows(rows)
rv.append(col)
if not l:
l = col.getsize()
return rv, l

@stamped
def slice(self, stamp, colNumbers, rowNumbers, current):
self.__initcheck()
Expand Down

0 comments on commit 9811135

Please sign in to comment.