mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
Consider the case when we are trying to invoke auto completion in "import foo.bar.<caret>". Previously (mistakenly) type of qualifier "foo.bar" was PyImportedModuleType(bar), which could not be successfully resolved unless there is some other top-level "bar" module under project roots. Now it's correct PyImportModuleType(foo.bar).
1 line
24 B
Python
1 line
24 B
Python
import nspkg1.nspkg2.foo |