You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 . importButtonasButton
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?
The text was updated successfully, but these errors were encountered:
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
):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?
The text was updated successfully, but these errors were encountered: