mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Resolve: * resolve to the first implementation in class, if there is no implementation, resolve to the first overload * resolve to the last implementation in module, if there is no implementation, resolve to the last overload
5 lines
83 B
Python
5 lines
83 B
Python
from OverloadsAndNoImplementationInImportedModuleDep import foo
|
|
|
|
|
|
foo("abc")
|
|
<ref> |