You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/02/01 21:08:09 UTC

[GitHub] [arrow] wjones127 commented on issue #32609: [Python] Type checking support

wjones127 commented on issue #32609:
URL: https://github.com/apache/arrow/issues/32609#issuecomment-1412724044

   Not planning on looking at this soon. But if someone does, one approach would be to use this branch of stubgen (https://github.com/python/mypy/pull/13284) so that includes the docstrings, and then one can fill in the types based on them. I've heard from @mariusvniekerk that this workflow has helped when he generated type stubs for our Flight submodule for his own project.
   
   On detecting regressions in type stubs for Cython, I think we should be able to catch these as long as we are running type checking on our test suites.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org