Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ldkv committed Oct 20, 2024
1 parent ff1aaae commit cc81563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hid.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,13 @@ cdef class device:

def get_report_descriptor(self, int max_length=4096):
"""Return the report descriptor up to max_length bytes.
If max_length is bigger than the actual descriptor, the full descriptor will be returned.
:param max_length: Maximum number of bytes to read, must be positive
:type max_length: int
:return:
:rtype: list[int]
:rtype: List[int]
:raises ValueError: If connection is not opened.
:raises IOError: If read error
"""
Expand Down
1 change: 0 additions & 1 deletion hidapi
Submodule hidapi deleted from d3013f

0 comments on commit cc81563

Please sign in to comment.