When will the produced pyi provide type information?
See original GitHub issueThe pyi file produces by Nuitka says:
# In the future, this will also contain type information for values
# in the module, so IDEs will use this. Therefore please include it
# when you make software releases of the extension module that it
# describes.
Is there a bug report I can subscribe to for tracking this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
PEP 561 – Distributing and Packaging Type Information
This PEP provides a standardized means to leverage existing tooling to package and distribute type information with minimal work and an ...
Read more >Stub files - mypy 0.991 documentation
Stub files#. Mypy uses stub files stored in the typeshed repository to determine the types of standard library and third-party library functions, classes, ......
Read more >What does "i" represent in Python .pyi extension?
The *.pyi files are used by PyCharm and other development tools to provide more information, such as PEP 484 type hints, than it...
Read more >Type stubs | pytype - Google
In practice, the terms pyi and pytd are often used interchangeably. pytype relies on the stubs provided by the open-source typeshed project for...
Read more >Appendix D: Python typing hints - PyO3 user guide
pyi (an abbreviation for Python Interface ) is called a Stub File in most of the documentations related to them. Very good definition...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now there is this one.
@ustcfdm there is actually another project, that might be better suited, but this has not seen the time to integrate it. Help is definitely welcome.