mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[python] Add methods visitPyKeyValueExpression to PyElementVisitor and PyAstElementVisitor
GitOrigin-RevId: 247a02160e18c93a00b1630e2ed70cea6dcefbbf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ed98e6eb9
commit
aff932b7c9
@@ -397,4 +397,8 @@ public class PyElementVisitor extends PsiElementVisitor {
|
||||
public void visitPyTypeParameterList(@NotNull PyTypeParameterList node) {
|
||||
visitPyElement(node);
|
||||
}
|
||||
|
||||
public void visitPyKeyValueExpression(@NotNull PyKeyValueExpression node) {
|
||||
visitPyExpression(node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user