Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating python stubs for python-efl #12

Open
jockm opened this issue Sep 11, 2024 · 0 comments
Open

Generating python stubs for python-efl #12

jockm opened this issue Sep 11, 2024 · 0 comments

Comments

@jockm
Copy link

jockm commented Sep 11, 2024

Forgive me I am not the most experienced with generating stubs in python, but I would like to generate them for python-efl so I can get all the nice code completion and such that an ide like PyCharm can offer. When I try and do this from sources I get some unsatisfactory results. For example if you look at the stub for button (stubs/efl/elementary/button.pyi):

from . import Button as Button

Because all the real action happens in button.pxi.

Does anyone know of a way to generate stubs for python-efl, or tell me what I am doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant