davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Support for path like __path__.append #1053

Closed LuisMalave2001 closed 3 years ago

LuisMalave2001 commented 3 years ago

Just asking if it is possible using added_sys_path to include dynamic imports when using in python something like: moduleA.__path__.append(moduleB_path)

davidhalter commented 3 years ago

No, this is not possible. This is also very intentional: I don't think it's a good idea in 99.99% of cases.