mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Show qualified base class names in structure view (PY-3714)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import lib1
|
||||
|
||||
class B1:
|
||||
def f(self, x):
|
||||
return x + self.y
|
||||
@@ -15,3 +17,7 @@ class D1(C):
|
||||
|
||||
class D2(C):
|
||||
pass
|
||||
|
||||
# PY-3714
|
||||
class D3(lib1.C):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user