question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When will the produced pyi provide type information?

See original GitHub issue

The 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:open
  • Created 2 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
kayhayencommented, Jan 10, 2022

Now there is this one.

0reactions
kayhayencommented, Nov 1, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found