mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +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
29 B
Python
1 line
29 B
Python
import nspkg1.nspkg2.f<caret> |