Skip to content

Commit

Permalink
stubs: Add missing item APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurphy4 committed Nov 27, 2024
1 parent cc63dae commit aae331c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/pypff-stubs/item.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ class item:
"""
Retrieves a specific attachment
"""

def get_embedded_attachment(self, attachment_index: int) -> attachment: ...
def get_size(self) -> int: ...
def read_buffer(self, n: int) -> bytes: ...

0 comments on commit aae331c

Please sign in to comment.