Files
openide/python/testData/structureView/parentImportedWithAs.py

5 lines
53 B
Python

from lib2 import Parent as P
class CLS(P):
pass