Files
openide/python/testData/console/ipython/psi/shellAssignment1.txt
Olga.Lavrichenko d4df46d5f0 DS-4478 Reformat code removes spaces in shell commands
GitOrigin-RevId: b06215e01de70329f3c9dfef4ea330ea73400cd2
2023-07-24 17:24:56 +00:00

9 lines
264 B
Plaintext

PyFile:shellAssignment1.py
PyAssignmentStatement
PyTargetExpression: my_files
PsiElement(Py:IDENTIFIER)('my_files')
PsiWhiteSpace(' ')
PsiElement(Py:EQ)('=')
PsiWhiteSpace(' ')
PyEmptyExpression
PsiElement(Py:SHELL_COMMAND)('!ls')