mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[python] Do not store unused decorator arguments in stubs
GitOrigin-RevId: d1a5f63dbed11a4f373d1d7936700af3bc74f70f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
56d2fb7229
commit
5054f4a9b5
@@ -477,9 +477,8 @@
|
||||
<extensionPoint qualifiedName="Pythonid.customClassStubType"
|
||||
interface="com.jetbrains.python.psi.impl.stubs.PyCustomClassStubType"
|
||||
dynamic="true"/>
|
||||
|
||||
<extensionPoint qualifiedName="Pythonid.decoratorIndexer"
|
||||
interface="com.jetbrains.python.PyCustomDecoratorIndexer"
|
||||
<extensionPoint qualifiedName="Pythonid.customDecoratorStubType"
|
||||
interface="com.jetbrains.python.psi.impl.stubs.PyCustomDecoratorStubType"
|
||||
dynamic="true"/>
|
||||
|
||||
<extensionPoint qualifiedName="Pythonid.visitorFilter"
|
||||
@@ -520,6 +519,7 @@
|
||||
<customTargetExpressionStubType implementation="com.jetbrains.python.psi.impl.stubs.PyTypingNewTypeStubType"/>
|
||||
|
||||
<customClassStubType implementation="com.jetbrains.python.psi.impl.stubs.PyDataclassStubType"/>
|
||||
<customDecoratorStubType implementation="com.jetbrains.python.psi.stubs.PyTestFixtureDecoratorStubType"/>
|
||||
|
||||
<typeProvider implementation="com.jetbrains.python.psi.types.PyCollectionTypeByModificationsProvider" order="last"/>
|
||||
<typeProvider implementation="com.jetbrains.python.codeInsight.decorator.PyDecoratedFunctionTypeProvider"/>
|
||||
|
||||
Reference in New Issue
Block a user