diff --git a/src/rpcclient/rpcclient/darwin/symbol.py b/src/rpcclient/rpcclient/darwin/symbol.py index 107f853..6d054f6 100644 --- a/src/rpcclient/rpcclient/darwin/symbol.py +++ b/src/rpcclient/rpcclient/darwin/symbol.py @@ -49,4 +49,5 @@ def objc_symbol(self): @property def osstatus(self) -> Optional[list[ErrorCode]]: + """ Get possible translation to given error code by querying osstatus """ return get_possible_error_codes(self)