Skip to content

Commit

Permalink
remove no-longer-used methods from _tdb_handles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 20, 2024
1 parent 26b4c64 commit 9f31496
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apis/python/src/tiledbsoma/_tdb_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import attrs
import numpy as np
import pyarrow as pa
from somacore import options
from typing_extensions import Literal, Self

Expand Down Expand Up @@ -380,13 +379,6 @@ class DataFrameWrapper(SOMAArrayWrapper[clib.SOMADataFrame]):

_ARRAY_WRAPPED_TYPE = clib.SOMADataFrame

@property
def count(self) -> int:
return int(self._handle.count)

def write(self, values: pa.RecordBatch) -> None:
self._handle.write(values)


class PointCloudDataFrameWrapper(SOMAArrayWrapper[clib.SOMAPointCloudDataFrame]):
"""Wrapper around a Pybind11 SOMAPointCloudDataFrame handle."""
Expand Down

0 comments on commit 9f31496

Please sign in to comment.