mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
deep search for inheritors in python
This commit is contained in:
9
python/testData/inheritors/deep/A.py
Normal file
9
python/testData/inheritors/deep/A.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class A(object):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
|
||||
class C(B):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user