Skip to content

Commit

Permalink
Add documentation for _opener virtual method
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Feb 23, 2024
1 parent a185f8a commit 285347f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/python/src/tiledbsoma/_tdb_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ def _opener(
context: SOMATileDBContext,
timestamp: int,
) -> clib.SOMAArray:
# Virtual method to implement _opener in derived classes
# SOMADataFrameWrapper, SOMASparseNDArrayWrapper, and
# SOMADenseNDArrayWrapper
raise NotImplementedError

# Covariant types should normally not be in parameters, but this is for
Expand Down

0 comments on commit 285347f

Please sign in to comment.