mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 13:35:58 +07:00
Previously, we accidentally offered immediate attributes of a module only right after a dot in a non-imported qualified name (i.e., with an empty attribute name). If a qualified name of a fuzzy variant matched that of a direct attribute, it went unnoticed. However, if a name was non-trivially exported, as in case of "_pytest.mark.structures.MARK_GEN" exported as "pytest.mark", its expected name, as an attribute of pytest module, disappeared immediately as one started typing anything past the dot in "pytest.". GitOrigin-RevId: 5fbd7bd77fd1629f4d852b757d350cc182b991d7
3 lines
20 B
Python
3 lines
20 B
Python
def bar():
|
|
pass
|