Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 16, 2024
1 parent 59dda48 commit 98b873b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,11 @@ def read_data_bytestring(self, data: bytes, offset: int):

@property
def reinjection_functionality_status(self) -> ReInjectionStatus:
"""
Gets the reinjection functionality status
:rtype: ReInjectionStatus
:raises AssertError: If not yet read
"""
assert self._reinjection_status is not None, "response not yet read"
return self._reinjection_status

0 comments on commit 98b873b

Please sign in to comment.