PyCharm autocomplete when importing * from a package -


is possible have autocomplete in pycharm when import modules package way?

from sound import * effects. <- no autocomplete file effects.py 

in root of package directory have __init__.py defines list named __all__ = ["effects"]

more information about: https://docs.python.org/3/tutorial/modules.html#importing-from-a-package

p.s.: it's not work, if mark package directory sources root.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -