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?
Forgive me I am not the most experienced with generating stubs in python, but I would like to generate them for
python-eflso 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?