mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +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
86 B
Python
5 lines
86 B
Python
from OverloadsAndImplementationInImportedClassDep import A
|
|
|
|
|
|
A().foo("abc")
|
|
<ref> |