Skip to content
#

cython

Here are 663 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 
KinoxKlark
KinoxKlark commented Nov 2, 2021

As suggested by @connorjak in pyimgui/pyimgui#243 (comment), we should add tests for each integration that would launch the integration and exercise it (call functions and action callbacks).

Notes:

  • Tests of actual functionalities are automatically parsed from the examples in the documentation. No need to run every single example for every integration.
todo good first issue

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