mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 17:47:53 +07:00
This way we further reduce the number of irrelevant completion items suggested effectively in every expression context, e.g. not suggesting "parser" and "calendar" modules for the "ar" prefix, only something like "argparse" or "array". The same applies to the completion of attributes with unresolved qualifiers. GitOrigin-RevId: 7a58053c4744c3d0066c379a4f190ffd09bfabd1
1 line
8 B
Python
1 line
8 B
Python
var = 42 |