This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-08 23:39:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63b4650c3873252890c62cf5191d61e7784781df
openide
/
python
/
testData
/
codeInsight
/
classMRO
History
Semyon Proshev
a6c795551c
Don't collect imported with
as
elements as named elements (PY-21837)
...
Because such elements are not presented in stub.
2018-04-09 17:51:35 +03:00
..
ClassImportedFromUnstubbedFileAndSuperImportedWithAs
Don't collect imported with
as
elements as named elements (PY-21837)
2018-04-09 17:51:35 +03:00
CircularInheritance2.py
…
CircularInheritance.py
…
ComplicatedDiamond.py
…
DirectlyInstantiatedMetaclassAncestor.py
PY-27656 PY-27604 Exclude ancestors of metaclasses from class hierarchy
2018-01-11 12:45:08 +03:00
DuplicatedBaseClasses.py
…
ExampleFromDoc1.py
…
ExampleFromDoc2.py
…
ExampleFromDoc3.py
…
ExampleFromDoc4.py
…
MetaClassDeclaredThroughAncestor.py
PY-27604 Exclude instantiated metaclasses from ancestor types of a class
2018-01-11 12:45:08 +03:00
MROConflict.py
…
SimpleDiamond.py
…
SixWithMetaclass.py
…
SixWithMetaclassOnly.py
…
SixWithMetaclassWithAs.py
…
TangledInheritance.py
…
UnresolvedClassesImpossibleToBuildMRO.py
…
UnresolvedMetaClassAncestors.py
…