Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以配置jedi-vim为尊重__all__模块内的变量(如__init__.py)?所以,当我在导入的包上使用自动完成功能时,里面没有列出的任何东西__all__,并且不是特殊的变量/方法,都被隐藏了吗?
jedi-vim
__all__
__init__.py
Does not work and will not work in the near future. Reason: I'm the author.
It's quite complicated to understand __all__, because it can basically be generated by any Python code.
I would probably accept a pull request, but only if it works with numpy.