Skip to content

Commit

Permalink
Add __len__ to typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 30, 2024
1 parent ef9923d commit 7115035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arro3-core/python/arro3/core/_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ class Buffer:
"""An Arrow Buffer"""
def __init__(self, buffer) -> None: ...
def __buffer__(self, flags: int) -> memoryview: ...
def __len__(self) -> int: ...
def as_bytes(self) -> bytes:
"""Copy this buffer into a Python `bytes` object."""

Expand Down

0 comments on commit 7115035

Please sign in to comment.