jiridanek commented on a change in pull request #332:
URL: https://github.com/apache/qpid-proton/pull/332#discussion_r690202302



##########
File path: python/proton/_data.py
##########
@@ -1158,7 +1154,7 @@ def get_map(self) -> int:
         """
         return pn_data_get_map(self._data)
 
-    def get_array(self):
+    def get_array(self) -> Tuple[int, bool, Optional[int]]:

Review comment:
       ```suggestion
       def get_array(self) -> Optional[Tuple[int, bool, int]]:
   ```
   
   hmm, possibly the correct type is actually this; in any case, what the doc 
used to say was wrong




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to