Skip to content
#

cython

Here are 639 public repositories matching this topic...

Bluenix2
Bluenix2 commented Aug 7, 2021

Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:

error: Skipping analyzing "cython": found module but no type hints or library stubs

The same issue can be seen when using import Cython as cython:

error: Skipping analyzing "Cython": found module but 

Improve this page

Add a description, image, and links to the cython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cython topic, visit your repo's landing page and select "manage topics."

Learn more