mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
PyFile:EmptySuperclassList.py
|
|
PyClass: A
|
|
PsiElement(Py:CLASS_KEYWORD)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('A')
|
|
PyArgumentList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |